hackspace/requirements/test.txt

16 lines
225 B
Plaintext

# Test dependencies go here.
-r base.txt
# linting
flake8==3.3.0 # pyup: != 2.6.0
coverage==4.4.1
factory-boy==2.8.1
django-coverage-plugin==1.5.0
django-test-plus==1.1.1
# pytest
pytest-django==3.1.2
pytest-sugar==0.8.0