Generate unit tests with Pynguin through Visual Studio Code interface
In order to run Pynguin over your py files you nedd to have Docker installed
You can customize the following settings:
pynguin.version
: Select the version of Pynguin.pynguin.maximumSearchTime
: Set the max search time of tests generation in seconds.
Initial release of the extension including:
- Generation of tests for the current opened python module
- Docker image for Pynguin Runner
- Custom configurations for Pynguin version and maximum search time.