Skip to content

ybilopolov/test_nasa_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages