Skip to content

Commit

Permalink
Corrected commands of the individual tests make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adamculp authored and hjwp committed Mar 1, 2024
1 parent 3ace272 commit 52bb02f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ pip install -e src/
```sh
make test
# or, to run individual test types
make unit
make integration
make e2e
make unit-tests
make integration-tests
make e2e-tests
# or, if you have a local virtualenv
make up
pytest tests/unit
Expand Down

0 comments on commit 52bb02f

Please sign in to comment.