ESCALATOR-40 add unittest framework
[escalator.git] / api / test-requirements.txt
1 Babel>=1.3
2
3 bandit>=0.17.3
4 coverage>=3.6
5 discover
6 fixtures>=0.3.14
7 mox3>=0.7.0
8 mock>=1.0
9 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
10 requests>=2.2.0,!=2.4.0
11 testrepository>=0.0.18
12 testscenarios>=0.4 # Apache-2.0/BSD
13 testtools>=0.9.36,!=1.2.0
14 psutil>=1.1.1,<2.0.0
15 oslotest>=1.5.1,<1.6.0  # Apache-2.0
16 # Optional packages that should be installed when testing
17 PyMySQL!=0.7.7,>=0.6.2 # MIT License
18 pysendfile==2.0.0
19 qpid-python;python_version=='2.7' # Apache-2.0
20
21 # Documentation
22 oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
23
24 #flake8
25 pyflakes!=1.2.0,!=1.2.1,!=1.2.2,<1.4.0,>=0.8.1
26 configparser
27 mccabe<0.6.0,>=0.5.0
28 pycodestyle<2.3.0,>=2.0.0
29 flake8