Skip to content

v2.0.0

Latest

Choose a tag to compare

@PinsaraPerera PinsaraPerera released this 01 Mar 16:04
· 3 commits to main since this release

In the new version v2.0.0, you must decorate each function or class you want to include in the test case generation with the @include_in_test decorator. If no decorator is applied, that function/class will be excluded from the generated test cases.

Full Changelog: v1.0.0...v2.0.0