There's one file node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py which would otherwise be picked up by py.test.
6 lines
113 B
INI
6 lines
113 B
INI
[pytest]
|
|
addopts = -v --cov pillar --cov-report term-missing --ignore node_modules
|
|
|
|
[pep8]
|
|
max-line-length = 100
|