Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 288 Bytes

tests.md

File metadata and controls

10 lines (8 loc) · 288 Bytes

Running tests

This software comes with unit-tests. You can run them using pytest. Here's how you can do that (make sure )

export PYTHONPATH=.:poliastro/src
pytest -s -v

in the top Perylune directory.

Make sure you have current directory (.) and poliastro added to PYTHONPATH.