05/23 Phase 10

This commit is contained in:
2026-05-23 12:25:23 -04:00
parent 3ac30787d5
commit f8c11b8979
4 changed files with 377 additions and 10 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
"Bash(python -m pytest tests/ -v --tb=short)",
"Bash(python -m pytest tests/ -q --tb=short)",
"Bash(python -m PyInstaller lottosight.spec --clean)",
"Bash(python -c \"from ui.dashboard import DashboardScreen\")"
"Bash(python -c \"from ui.dashboard import DashboardScreen\")",
"Bash(python -m pytest tests/test_analysis_charts.py -v --tb=short)",
"Bash(python -m pytest tests/ -q)"
]
}
}