From 6c10fbb6ca9f36f9c696136aec5466436b0a5b56 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Tue, 15 Oct 2024 08:32:03 +0000
Subject: [PATCH] Update pyproject.toml

---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 488bef4..a15ace7 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"]
-- 
GitLab