crashtestbrandt/Adventorator

[nitpick] The `_FakeLLM` class is duplicated in multiple test files. Consider extracting this to a shared test utilities module to reduce code duplication and improve maintainability.

Open

#71 opened on Sep 14, 2025

 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
good first issuetests

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

[nitpick] The _FakeLLM class is duplicated in multiple test files. Consider extracting this to a shared test utilities module to reduce code duplication and improve maintainability.

Originally posted by @Copilot in https://github.com/crashtestbrandt/Adventorator/pull/70#discussion_r2347191025

Contributor guide