HPI/pytest.ini
2020-04-21 19:25:20 +01:00

11 lines
275 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...
python_files = reddit.py
addopts =
--verbose
# otherwise it won't discover doctests
# eh? importing too much
# --doctest-modules