diff --git a/pyproject.toml b/pyproject.toml
index 488bef42d6de276d3fa45fd4e0559323554f2cda..a15ace7c584027cc74e1e8b0bff3593ae018cb52 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,9 @@
 [tool.pytest.ini_options]
 pythonpath = "src"
+addopts = "-vv --color=yes --no-header --disable-warnings -p pytest_clarity -rNs"
+faulthandler_timeout = 10
+consider_namespace_packages = true
+
 
 [tool.pyright]
 strict = ["src"]