1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/requirements/requirements_dev.txt
Wayne Witzel III 3d4580611e added pytest to requirements_dev
reworking test strucutre

reworked pytest.ini, removed functional imports, updated req_dev

remove unneeded __init__ files

add testing checker to local_settings examples

adding testing packages to system Python for docker
2016-02-01 18:37:56 -05:00

11 lines
137 B
Plaintext

-r requirements.txt
django-devserver
django-debug-toolbar==1.3.2
unittest2
pep8
flake8
pytest
pytest-cov
pytest-django
pytest-pythonpath