Skip to content

Commit

Permalink
small change on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarth committed Aug 30, 2024
1 parent 9b459c0 commit 7688e3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ To quit the virtual environment, type `deactivate`. If you already have the virt

## How to test the project

If you are using Linux, please type in the root directory:
Execute:

```bash
export PYTHONPATH=.
pytest tests
pytest
```

You can also run the tests using the VSCode. Just open the `tests` folder and click on the `Run All Tests` button.
Expand Down

0 comments on commit 7688e3f

Please sign in to comment.