HPI/pytest.ini
Dima Gerasimov 99e50f0afe core: experiments with attaching datetime information to errors
my.body.weigth: put datetime information in the error rows
2020-09-09 21:37:15 +01:00

12 lines
302 B
INI

[pytest]
# for now, running with with_my pytest tests/reddit.py
# discover __init__,py as well
# TODO also importing too much with it...
# TODO FIXME wtf is this??
python_files = reddit.py
addopts =
--verbose
# otherwise it won't discover doctests
# eh? importing too much
# --doctest-modules