Refactored test utilities

This commit is contained in:
Raphael Michel
2016-09-26 15:58:14 +02:00
parent 9cc53c19b4
commit 8d70153a39
6 changed files with 37 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
[flake8]
ignore = N802,W503,E402
max-line-length = 160
exclude = migrations,.ropeproject,static,mt940.py,_static,build,make_testdata.py,tests/settings.py,pretix/base/models/__init__.py
exclude = migrations,.ropeproject,static,mt940.py,_static,build,make_testdata.py,*/testutils/settings.py,tests/settings.py,pretix/base/models/__init__.py
max-complexity = 11
[isort]