Skip to content

Commit

Permalink
Fix example on running specific tests in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Oct 14, 2024
1 parent c66a482 commit 28033d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ make tests
### 3.2. Selecionado

Para rodar uma bateria de testes específica, especifique o arquivo que
contém os testes desejados. Por exemplo, os testes sobre atividades:
contém os testes desejados. Por exemplo, os testes sobre um plano de
entregas com muitas entregas relacionadas:

```bash
make test TEST_FILTER=test_create_huge_plano_trabalho
make test TEST_FILTER=test_create_huge_plano_entregas
```

---
Expand Down

0 comments on commit 28033d0

Please sign in to comment.