Releases: PinsaraPerera/PyTestAI
Releases · PinsaraPerera/PyTestAI
v2.0.0
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
v1.0.0
PyTestAI-Generator is a CLI tool that automatically generates pytest-compatible test cases for your Python files. It creates a ready-to-run test file (test_file_name.py) in the same directory, ensuring proper imports and test coverage.
Full Changelog: https://github.com/PinsaraPerera/PyTestAI/commits/v1.0.0