Files
notifications-admin/requirements_for_test.txt
Chris Hill-Scott b24c23fe3b Lint for print statements
flake8-print is a flake8 plugin that checks for `print()` statements in
Python files.

This should save us having to manually spot these when reviewing pull
requests.

The `--enable=T` flag needs to be set until this bug is fixed:
https://github.com/JBKahn/flake8-print/issues/27
2018-01-05 12:14:28 +00:00

12 lines
200 B
Plaintext

-r requirements.txt
pytest==3.3.1
pytest-mock==1.6.3
pytest-cov==2.5.1
pytest-xdist==1.21.0
coveralls==1.2.0
httpretty==0.8.14
beautifulsoup4==4.6.0
freezegun==0.3.9
flake8==3.5.0
flake8-print==3.0.1