Made unittests work again.

- ignore node_modules
- rename attract_server → attract
- removed your mother
This commit is contained in:
2016-09-07 10:06:16 +02:00
parent 6f8a48b956
commit 5abfad4d0d
2 changed files with 1 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
[tool:pytest]
addopts = -v --cov attract_server --cov-report term-missing
addopts = -v --cov attract --cov-report term-missing --ignore node_modules
[pep8]
max-line-length = 100