Skip to content

Commit 809ea02

Browse files
authored
One pytest is enough
1 parent 4936f16 commit 809ea02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

{{cookiecutter.project_name}}/README.dev.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ Afterwards check that the install directory is present in the `PATH` environment
2828
Running the tests requires an activated virtual environment with the development tools installed.
2929

3030
```shell
31-
# unit tests
32-
pytest
33-
pytest tests/
31+
pytest -v
3432
```
3533

3634
## Running linters locally

0 commit comments

Comments
 (0)