Unverified Commit 1dd5d1f6 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

add `pytest.ini` (#4196)

* add `pytest.ini`

* use native traceback
parent 642ad750
[pytest]
addopts =
# show summary of all tests that did not pass
-ra
# Make tracebacks shorter
--tb=native
# enable all warnings
-Wd
testpaths =
test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment