TestIQ v0.2.1 - Enhanced Documentation & Demo
What's New in v0.2.1
🎨 Visual Improvements
- Dynamic Badges: Added live PyPI version, downloads, and CI status badges
- 7 Screenshots: Complete visual documentation of all features
- Hero Image: Eye-catching duplicate detection screenshot at README top
📚 Documentation Enhancements
- Configuration Guide: Comprehensive docs/configuration.md with all options
- Analysis Threshold Table: Clear guidance on threshold values (0.3-0.9) for different use cases
- CLI Reference: Complete command-line options documentation
- Config Examples: Updated .testiq.toml.example and .testiq.yaml.example with detailed comments
🤖 Enhanced Demo
- Real AI Examples:
testiq demonow uses actual AI-generated test redundancy (54 tests → 207 duplicates) - Bundled Examples: Examples included in Python wheel for immediate demo access
- HTML Report Generation: Demo automatically creates interactive reports
✨ README Improvements
- "Why TestIQ?" Section: Clear AI testing problem narrative
- Before/After Statistics: 54 tests → 15 needed (72% reduction)
- Analysis Options Table: Threshold guidance for development, CI/CD, and production
- Visual Examples: All comparison types shown with screenshots
🔧 Technical Updates
- Examples copied to
src/testiq/examples/for package inclusion - Configuration moved to
docs/configuration.mdfor better organization - All analysis options verified against CLI (
--help) and config code
Installation
pip install testiq==0.2.1Try the Demo
testiq demoSee real AI-generated test redundancy in action!
Full Changelog: v0.2.0...v0.2.1