Skip to main content

Module harness

Module harness 

Source
Expand description

Test harness for managing temporary directories and test datasets

Provides a unified test harness that:

  • Creates temporary directories automatically cleaned up after tests
  • Generates test datasets of various sizes and patterns
  • Tracks performance metrics across test runs
  • Provides helper methods for common test operations

Structsยง

PerformanceMetrics
Performance metrics collector shared across tests
TestHarness
Test harness for comprehensive validation