diff --git a/pyproject.toml b/pyproject.toml
index 5e95e2f4e1e375658197eeba62e9ed0c436072ad..46acf21824da9e373032296ac59d1b71dec84b95 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -106,3 +106,10 @@ profile = "black"
 multi_line_output = 3
 line_length = 79
 include_trailing_comma = true
+
+[tool.pytest.ini_options]
+minversion = "6.0"
+addopts = "-ra -q"
+testpaths = [
+    "tests",
+]