Add note to README about how to run the tests

This commit is contained in:
Brandon Rhodes 2018-02-03 12:24:26 -05:00
parent ea1db228f6
commit 0a983f956c
1 changed files with 7 additions and 3 deletions

View File

@ -17,6 +17,10 @@ If you want to install it with `conda`, there is a recipe at:
https://github.com/conda-forge/jplephem-feedstock
This repository is where the development version of `jplephem` is
maintained. You will find its source code beneath the `jplephem`
directory, alongside its `setup.py` file — enjoy!
This repository is where `jplephem` is maintained. You will find its
source code beneath the `jplephem` directory that sits alongside the
`setup.py` file. You can run its tests with:
python -m unittest discover jplephem
Enjoy!