Skip to content

feat(tests): add comprehensive agentic test infrastructure - #29

Merged
Tony363 merged 3 commits into
mainfrom
feat/agentic-test-infrastructure
Jan 2, 2026
Merged

feat(tests): add comprehensive agentic test infrastructure#29
Tony363 merged 3 commits into
mainfrom
feat/agentic-test-infrastructure

style: apply ruff format to all files

993b1ef
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 2, 2026 in 2s

4 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 28 in tests/core/test_metrics.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of the return value of a procedure Warning test

The result of
noop_emitter
is used even though it is always None.

Check warning on line 348 in tests/loop/test_score_pattern_detector.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'final_window' is unnecessary as it is
redefined
before this value is used.

Check notice on line 112 in core/metrics.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 28 in tests/loop/conftest.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'FakePALDebugResponse' is not used.
Import of 'FakeRubeSearchToolsResponse' is not used.