From 17dd05ec9dfc761e199cc31cbc47b4a0c4f5df2b Mon Sep 17 00:00:00 2001 From: Jason Walker <913443@dadeschools.net> Date: Sat, 25 Jul 2026 23:07:15 -0400 Subject: [PATCH] fix(test): add pytest.ini to restrict testpaths and ignore worktree branches (#927) --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..531871f --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = tests +norecursedirs = branches .git venv __pycache__ graphify-out -- 2.43.7