Files
notifications-api/requirements_for_test.txt
Leo Hemsted 3d4dbaa632 run tests in multiple threads at once
previously we didn't do this because the tests all used the same DB
(test_notifications_api), however @minglis shared a snippet that simply
creates one test db per thread.
2017-08-29 17:46:11 +01:00

12 lines
198 B
Plaintext

-r requirements.txt
pycodestyle==2.3.1
pytest==3.2.1
pytest-mock==1.6.2
pytest-cov==2.5.1
pytest-xdist==1.20.0
coveralls==1.2.0
moto==1.1.1
freezegun==0.3.9
requests-mock==1.3.0
strict-rfc3339==0.7