chore: add unit tests for pure functions + CI test job #11

Merged
jcabillot merged 7 commits from chore/add-tests into main 2026-06-12 08:50:32 -04:00
Showing only changes of commit 78ce84f4ff - Show all commits
+4
View File
@@ -1,5 +1,9 @@
"""Unit tests for mcp-maildir server pure functions."""
import os
os.environ["QDRANT_URL"] = "http://localhost:6333"
os.environ["COLLECTION_NAME"] = "test"
from server import (
normalize_email_address,
payload_matches_participant,