diff options
author | 2018-05-20 21:11:18 +0200 | |
---|---|---|
committer | 2018-05-20 21:11:18 +0200 | |
commit | 687fedfffa402e049c59668f2a6248ad2ba17910 (patch) | |
tree | 834e909781213650b40508398ed5a9bef10686c5 /tox.ini | |
parent | remove set -e (diff) |
Tests directory (#73)
moves all tests into a testing directory and splits the tests into separate files
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ max-line-length=120 application_import_names=pysite ignore=P102,B311,W503,E226,S311 -exclude=__pycache__, venv, app_test.py, .venv +exclude=__pycache__, venv, .venv, tests import-order-style=pycharm |