Skip to content

Commit 69a88f8

Browse files
authored
Merge pull request #32 from adamculp/master
Corrected commands of the individual tests make commands
2 parents 9471128 + 28b984e commit 69a88f8

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)