This is a clone of the Flamenco repository from back in the days when Server, Manager and Worker shared the same Git repository. This is the commit where that ended, and they went their separate ways.
6 lines
130 B
INI
6 lines
130 B
INI
[tool:pytest]
|
|
addopts = -v --cov flamenco_worker --cov-report term-missing --ignore node_modules -x
|
|
|
|
[pep8]
|
|
max-line-length = 100
|