vxkyyy commited on
Commit
2fe820a
·
1 Parent(s): 70d86ae

fix: CI smoke test — add tests/__init__.py, fix discovery pattern to test_*.py

Browse files
Files changed (2) hide show
  1. scripts/ci/smoke.sh +1 -1
  2. tests/__init__.py +0 -0
scripts/ci/smoke.sh CHANGED
@@ -5,4 +5,4 @@ REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
5
  cd "$REPO_ROOT"
6
 
7
  python3 -m compileall -q src/agentic
8
- python3 -m unittest discover -s tests -p 'test_tier1_upgrade.py'
 
5
  cd "$REPO_ROOT"
6
 
7
  python3 -m compileall -q src/agentic
8
+ python3 -m unittest discover -s tests -p 'test_*.py'
tests/__init__.py ADDED
File without changes