armada/test-requirements.txt
gardlt 2cf7f17a2c feat(armada): generic-exception
- generic exception in errors

The goal of this is to move all exceptions into one file and generic format.
This aligns with the UCP projects.

Change-Id: I1862f08409182c77b03eaeb9e6bd3209d72c5cee
2017-11-29 21:42:56 +00:00

17 lines
159 B
Plaintext

# General
tox
# Docs
sphinx>=1.6.2
sphinx_rtd_theme>=0.2.4
# Testing
flake8>=3.3.0
testtools==2.3.0
codecov
mock
bandit
pytest==3.2.1
pytest-mock
pytest-cov