1[pytest]
2python_files=*_unittest.py
3addopts =
4  --doctest-modules
5  --durations=5
6  --ignore setup.py
7  --cov lucifer
8