py.test now ignores node.js tests

There's one file node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py
which would otherwise be picked up by py.test.
This commit is contained in:
2016-08-23 14:33:45 +02:00
parent 2e0ba4c6cd
commit 00a34e7e24

View File

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