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
This commit is contained in:
Wayne Witzel III
2016-01-27 13:42:58 -05:00
parent 5d6ea242c0
commit 3d4580611e
14 changed files with 35 additions and 181 deletions

View File

@@ -4,3 +4,7 @@ django-debug-toolbar==1.3.2
unittest2
pep8
flake8
pytest
pytest-cov
pytest-django
pytest-pythonpath