summaryrefslogtreecommitdiffstats
path: root/tests/test_config.py
AgeCommit message (Collapse)AuthorFilesLines
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-0/+27
Non-blocking QThread check hits /api/tags on the resolved ollama host before launching TranslationWorker. Shows QMessageBox.warning() if unreachable; proceeds silently if reachable. Adds ollama_host field to Config with env-var fallback to http://localhost:11434. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 daysfix: clean up config module - remove self-import pattern, pass path ↵Danilo M.1-14/+10
explicitly in tests
7 daysfeat: config load/save with tomlkitDanilo M.1-0/+29
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>