HPI/pytest.ini
Dima Gerasimov d562f00dca tests: run all tests, but exclude tests specific to my computer from CI
controllable via HPI_TESTS_KARLICOSS=true
2021-02-14 17:47:18 +00:00

11 lines
360 B
INI

[pytest]
# discover files that don't follow test_ naming. Useful to keep tests along with the source code
python_files = *.py
addopts =
-rap
--verbose
# TODO hmm, not sure... guess it makes sense considering all the ext modules..
--continue-on-collection-errors
# otherwise it won't discover doctests
# eh? importing too much
# --doctest-modules