
Rather than always returning JSON or YAML, add functionality to return table responses when applicable for ease of reading. Adds some marker exceptions to the Shipyard API Client to handle cases where the user of the client would generally want to take a specific and repeatable course of action instead of handling the response in a case-by-case basis. Moved cli action testing to use the responses library instead of as many internal mocks. Added test response generators for standard api responses. Change-Id: I3a593fb29b6e76d971adc7f3bb3a4b7f378ed091
18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
pytest-cov==2.5.1
|
|
mock==2.0.0
|
|
responses==0.8.1
|
|
testfixtures==5.1.1
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.8.1
|
|
|
|
# Linting
|
|
flake8==3.3.0
|
|
|
|
# Security scanning
|
|
bandit>=1.1.0 # Apache-2.0
|
|
|
|
# Documentation
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|