Skip to content

Commit f1c362d

Browse files
author
codejunkie99
committed
chore: untrack tests/ (keeps local-only, out of release bottle)
Tests stay in your working tree for development but no longer ship in the git history or the brew bottle. The CI pipeline doesn't run them anyway (.github/workflows/ci.yml runs test_claude_code_hook.py + verify_*.py at repo root). Anyone who wants to run them locally can git-clone an older tag or pull from the v0.9.1-followup branch.
1 parent 0d64e23 commit f1c362d

5 files changed

Lines changed: 4 additions & 1003 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ __pycache__/
1010
venv/
1111
.pytest_cache/
1212

13+
# tests live outside the repo — keep in your local working tree but don't
14+
# ship them in releases or the brew bottle.
15+
tests/
16+
1317
# editor
1418
.DS_Store
1519
.idea/

tests/__init__.py

Whitespace-only changes.

tests/test_adapter_manifests.py

Lines changed: 0 additions & 168 deletions
This file was deleted.

tests/test_decay_timezone.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)