v0.1.1 — Bug fixes from external testing
What's new in v0.1.1
Patch release fixing 5 bugs found during external testing, plus corrected PyPI project links.
Fixed
TestResult.score→ renamed toTestResult.overall_score(was causingAttributeErrorfor users following the README Quick Start)-
- CLI
--output-html/--output-jsonflags now correctly write report files (env vars were set but never read byevaluate())
- CLI
-
raise_on_failure=Truenow callssys.exit(1)instead of raisingAssertionError— CI/CD pipelines expecting a non-zero exit code now work correctly
-
pytest_plugin.pyhardimport pytestreplaced with a guarded import — no longer crashes when pytest is not installed
-
- Reason text in live console output no longer truncated at 80 characters
-
- Fixed all PyPI project links (Homepage, Repository, Bug Tracker, Changelog, Docs) to point to correct GitHub URL
No breaking changes
All v0.1.0 code is fully compatible.