Skip to main content

Module testing

Module testing 

Source
Expand description

Test scenario detection for duplicate groups.

This module provides functionality to analyze duplicate groups and categorize them by test scenario for validation purposes.

Re-exports§

pub use detector::detect_scenarios;
pub use fixtures::all_fixtures;
pub use fixtures::ScenarioFixture;
pub use generator::generate_image;
pub use generator::ExifSpec;
pub use generator::TestImage;
pub use generator::TransformSpec;
pub use report::format_report;
pub use report::ScenarioReport;
pub use scenarios::ScenarioMatch;
pub use scenarios::TestScenario;

Modules§

detector
Scenario detection logic for duplicate groups.
fixtures
Test fixture specifications for all 32 test scenarios.
generator
Test image generator for integration tests.
report
Report formatting for test scenario coverage.
scenarios
Test scenario types for duplicate group categorization.