File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77[ ![ License] ( https://img.shields.io/github/license/pydevtools/TestIQ )] ( LICENSE )
88[ ![ Code Quality] ( https://img.shields.io/badge/quality-A%2B-brightgreen )] ( reports/duplicates.html )
99
10- ** TestIQ v0.2.1 ** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites.
10+ ** TestIQ v0.2.2 ** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites.
1111
1212<p align =" center " >
1313 <img src =" https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png " alt =" TestIQ Duplicate Detection " width =" 800 " />
Original file line number Diff line number Diff line change 11[project ]
22name = " testiq"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " TestIQ - Intelligent test analysis for finding duplicate and redundant tests using coverage analysis"
55readme = " README.md"
66authors = [
Original file line number Diff line number Diff line change 44Find duplicate and redundant tests using coverage analysis.
55"""
66
7- __version__ = "0.2.1 "
7+ __version__ = "0.2.2 "
88
99from testiq .analyzer import CoverageData , CoverageDuplicateFinder
1010
You can’t perform that action at this time.
0 commit comments