Skip to content

Commit

Permalink
minor update in readme for test procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Jul 4, 2023
1 parent 1afb4a0 commit 31fc13a
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 @@ -275,7 +275,7 @@ To run the test suite:

``` bash
pip install pytest pytest-cov
pytest --cov=flirpy test
python -m pytest --cov=flirpy
```

Some tests are hardware dependent, e.g. for cameras, so expect them to fail unless you own and have a camera to try them with. Hardware tests are skipped by default if the requisite camera is not plugged in.
Expand Down

0 comments on commit 31fc13a

Please sign in to comment.