armada/test-requirements.txt
drewwalters96 f4303037cc [Bug] Adds required Oslo configuration to API and unit tests
- Register Oslo logging configurations in server.py, test_armada.py, test_chartbuilder.py, and test_tiller.py
- Add mock to test-requirements.txt
- Update .travis.yml
- Add mock case for tiller IP
2017-06-28 18:03:27 -05:00

13 lines
96 B
Plaintext

# General
tox
# Docs
Sphinx
# Testing
flake8==3.3.0
nose==1.3.7
testtools==2.3.0
codecov
mock