https://github.com/duboviy/nasa_api_pilot_test
🌌 Pilot test framework for testing NASA's open API. The purpose of the test is to check images which are made by Curiosity.
https://github.com/duboviy/nasa_api_pilot_test
api automated-testing testing
Last synced: 10 months ago
JSON representation
🌌 Pilot test framework for testing NASA's open API. The purpose of the test is to check images which are made by Curiosity.
- Host: GitHub
- URL: https://github.com/duboviy/nasa_api_pilot_test
- Owner: duboviy
- Created: 2017-08-15T13:21:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:15:20.000Z (almost 3 years ago)
- Last Synced: 2023-08-05T06:42:58.284Z (almost 3 years ago)
- Topics: api, automated-testing, testing
- Language: Python
- Homepage: https://api.nasa.gov/
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# nasa_api_pilot_test
Pilot test framework for testing NASA's open API (https://api.nasa.gov/index.html#getting-started).
The purpose of the test is to check images which are made by Curiosity.
## Command to install dependencies/prerequisites
```bash
pip install -r requirements.txt
```
## How to run tests
```
python -m unittest -v main
```
or simply:
```bash
python main.py
```
## CI
[](https://travis-ci.org/duboviy/nasa_api_pilot_test)
Expected that TravisCI build should be failed. That's because 3 / 7 test cases are failing due to real issues.
## Supported python versions
* 3.6
* 2.7