File size: 444 Bytes
cc036ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 | """
E2E (End-to-End) test package for Atom.
This package contains comprehensive end-to-end tests that validate
complete user workflows with real services (databases, APIs, LLM providers).
Test Categories:
- test_mcp_tools_e2e.py: MCP tool integration testing
- test_database_integration_e2e.py: Database operations testing
- test_llm_providers_e2e.py: LLM provider testing
- test_critical_workflows_e2e.py: Critical user workflow testing
"""
|