8 lines
118 B
INI
8 lines
118 B
INI
|
|
[pytest]
|
||
|
|
python_files=*_unittest.py
|
||
|
|
addopts =
|
||
|
|
--doctest-modules
|
||
|
|
--durations=5
|
||
|
|
--ignore setup.py
|
||
|
|
--cov lucifer
|