21 tests covering: - _lib.py helpers: read_input, emit, deny_pretooluse, add_context, warn_to_stderr - tail() helper: last-N-lines, missing file, malformed lines, fewer lines - gh_count() helper: JSON parse, failure, exception, empty array - Full hook integration: learnings context, repo state, error handling Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
113 B
INI
6 lines
113 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -v |