1[pytest]
2python_files=deckard_pytest.py
3markers=
4	monotonic : mark test that require faking monotonic time
5norecursedirs=*
6log_cli=true
7log_level=WARNING
8
9