Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 681 Bytes

Quick test framework draft for testing some (very few) parts of NASA's open API.

Works with Python 2.7+, 3.4+.

Installation

$ 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

Usage

$ pytest tests -sv