Quick test framework draft for testing some (very few) parts of NASA's open API.
Works with Python 2.7+, 3.4+.
$ pip install -r requirements.txt
This was tested on Linux with vanilla Python 2.7/3.6 + pip. On platforms where building scipy/numpy may be an issue (e.g. Windows) using any of the available scientific Python distributions (like conda) is recommended (which is actually a good idea in any case).
Then for conda, for example, installation will look like
$ conda install scipy
$ pip install -r requirements.txt
$ pytest tests -sv