diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..ec6da6f3 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +markers = + integration: marks tests as integration (deselect with '-m "not integration"') +addopts = -ra