diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000000..b8f0709b571 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,10 @@ +[pytest] +addopts = + # show summary of all tests that did not pass + -ra + # Make tracebacks shorter + --tb=native + # enable all warnings + -Wd +testpaths = + test