greatmengqi 06f0083a76 fix(tests): e2e_env overrides conftest's AppConfig.from_file stub
The autouse fixture in conftest.py stubs AppConfig.from_file to return a
minimal config (no models) so unit tests don't need a real config.yaml.
TestConfigManagement in test_client_e2e asserts that the client loads a
real e2e config with a known model, which broke in CI after the
conftest change.

Make e2e_env monkey-patch AppConfig.from_file to return _make_e2e_config()
so DeerFlowClient loads the e2e-specific config when the fixture runs.
2026-04-17 11:51:51 +08:00
..