First MVP
Some checks failed
ci / test (push) Failing after 12s
ci / publish (push) Has been skipped

This commit is contained in:
Space-Banane
2026-05-22 19:25:57 +02:00
parent 673f70b32a
commit d8956b309d
41 changed files with 2340 additions and 0 deletions

6
tests/test_config.py Normal file
View File

@@ -0,0 +1,6 @@
from gitea_codex_bot.config import get_settings
def test_openai_api_key_required() -> None:
settings = get_settings()
assert settings.openai_api_key.get_secret_value() == "openai-key"