pillar/setup.cfg
Sybren A. Stüvel 00a34e7e24 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.
2016-08-23 14:33:45 +02:00

6 lines
113 B
INI

[pytest]
addopts = -v --cov pillar --cov-report term-missing --ignore node_modules
[pep8]
max-line-length = 100