+28
−24
tests/test_cli_dotenv.py
0 → 100644
+102
−0
Loading
- Move load_dotenv() to tdoc_app.py at module level - Remove load_dotenv() from crawl.py, query.py, specs.py - Add noqa comments for E402 (imports after load_dotenv) - Fix __all__ export in tdoc_app.py (app -> tdoc_app) - Add comment explaining why load_dotenv is at module level - Create tests/test_cli_dotenv.py to verify consolidation All CLI submodules now rely on tdoc_app.py loading .env first.