v0.7.0
Release created on: 05.05.2024 - 21:24:01
New Features
- Strip overhead created by pytest from unit test reports.
- New
--pytest
parameter for CLI tool.
- New
Changes
- When converting from
TestClass
toTestsuite
, create oneTestsuite
per package/module/class level. - Renamed
TestClass
toTestclass
.
Bug Fixes
- Moved readonly property
Kind
toTestsuiteBase
.