From 4e716a60876905d100f68c6c0585c13b76eb8f1a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 20 Mar 2026 21:44:48 -0400 Subject: [PATCH] Add pytest command to settings for silent output during testing --- .claude/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 33dfb92..fc59110 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,8 @@ "Bash(GITHUB_ACTIONS=true pytest --cov tests.py)", "Bash(ls tests*)", "Bash(GITHUB_ACTIONS=true python -m pytest --cov tests.py -x)", - "Bash(GITHUB_ACTIONS=true python -m pytest tests.py -x -v)" + "Bash(GITHUB_ACTIONS=true python -m pytest tests.py -x -v)", + "Bash(python -m pytest tests.py --no-header -q)" ], "additionalDirectories": [ "/tmp"