chore: add unit tests for pure functions + CI test job #11
@@ -1,5 +1,9 @@
|
|||||||
"""Unit tests for mcp-maildir server pure functions."""
|
"""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 (
|
from server import (
|
||||||
normalize_email_address,
|
normalize_email_address,
|
||||||
payload_matches_participant,
|
payload_matches_participant,
|
||||||
|
|||||||
Reference in New Issue
Block a user