Coverage is reported with py.test, and also "Run unit tests in ... with coverage" is now supported in PyCharm.
6 lines
91 B
INI
6 lines
91 B
INI
[pytest]
|
|
addopts = -v --cov pillar --cov-report term-missing
|
|
|
|
[pep8]
|
|
max-line-length = 100
|