Skip to content

Commit

Permalink
Update README for testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
programatt committed Jan 20, 2022
1 parent 19215e5 commit 9953291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ See [Coding in PANOPTES](https://github.com/panoptes/POCS/wiki/Coding-in-PANOPTE
#### [Testing]

To test the software, you can use the standard `pytest` tool from the root of the directory.

To install the dependencies for testing, you can run `pip install .[google,testing,sensors,focuser]` from the root
of your repository. It is recommended that you setup these dependencies and run python on your development machine in a
virtualenv to avoid issues with existing pip packages in your system.

By default all tests will be run. If you want to run one specific test, give the specific filename as an argument to `pytest`:

Expand Down

0 comments on commit 9953291

Please sign in to comment.