fabro/lib/crates/fabro-github/src
Bryan Helmkamp 6e543814be Replace mockito with HttpClient trait in fabro-github and detect import self-loops
Introduce an HttpClient trait abstraction over reqwest::Client so tests
use a lightweight MockHttpClient instead of spawning a TCP server via
mockito. This removes the mockito dev-dependency entirely and makes
tests faster and more deterministic.

Also add self-loop detection in ImportTransform to poison placeholders
that have edges pointing back to themselves.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:09 -04:00
..
testdata Use static RSA key fixture to fix fabro-github test timeouts 2026-03-29 13:47:09 -04:00
lib.rs Replace mockito with HttpClient trait in fabro-github and detect import self-loops 2026-03-29 13:47:09 -04:00