Skip to content

Commit

Permalink
doc: Update test command in README for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcerrejon committed Nov 17, 2024
1 parent 3e2e7aa commit 138f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ uvicorn main:app --host 127.0.0.1 --port 8000 --reload
To run the tests, run the following command:

```bash
PYTHONPATH=. pytest tests/units
PYTHONPATH=. pytest
```

## Using Poetry
Expand Down

0 comments on commit 138f47a

Please sign in to comment.