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.