+28
−24
tests/test_cli_dotenv.py
0 → 100644
+102
−0
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
- 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.