Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 661 Bytes

Pynguin Runner

Generate unit tests with Pynguin through Visual Studio Code interface

Requirements

In order to run Pynguin over your py files you nedd to have Docker installed

Extension Settings

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.

Release Notes

0.1.0

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.