Tests with identical code coverage that can be safely removed.
๐ Subset Duplicates
Tests that are subsets of other tests and may be redundant.
๐ Similar Tests (โฅ30% overlap)
Test pairs with significant code coverage overlap that may indicate redundancy.
๐ Coverage Comparison: Execution Paths
×
โน๏ธ Note: Source code is identical. Highlighting shows which lines each test executed.
Different execution paths are normal due to conditional branches (if/elif/else), early returns, and functions called with different parameters.
Test 1:
|
Test 2:
|
Similarity:
Both tests executed Only one test executed Neither test executed