Skip to content

Integration Tests

Test component interactions and end-to-end workflows.

Coming Soon

Complete integration testing guide under development.

Quick Start

# Run integration tests
pytest -m integration

# End-to-end tests
pytest -m e2e

Topics to be Covered

  • Integration test patterns
  • End-to-end testing
  • Test environments
  • External dependencies
  • Performance testing

See also: Testing Guide | Cross-Language Tests