Skip to content

Commit 28b984e

Browse files
committed
Corrected commands of the individual tests make commands
1 parent 9471128 commit 28b984e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ pip install -e src/
6060
```sh
6161
make test
6262
# or, to run individual test types
63-
make unit
64-
make integration
65-
make e2e
63+
make unit-tests
64+
make integration-tests
65+
make e2e-tests
6666
# or, if you have a local virtualenv
6767
make up
6868
pytest tests/unit

0 commit comments

Comments
 (0)