pynguin icon indicating copy to clipboard operation
pynguin copied to clipboard

The PYthoN General UnIt Test geNerator is a test-generation tool for Python

Results 33 pynguin issues
Sort by recently updated
recently updated
newest added

Hi, First of all thank you for the project, I recently started playing with it and I am very impressed by the results. I'm using a third party project as...

I am runing ``pynguin 0.17.0`` with ``Python 3.9.10``. I created some example code here: https://github.com/inktrap/pynguin-example Basicly it seems that pynguin does not value the max iteration option and perhaps other...

Hello, I tried to generate test cases for a private project. Unfortunately Pynguin was not able to create a working test case, but there were some failed test cases. I...

Hi, when run under Windows 10 pynguin produces a weird path and fails to run. Error below: ```bash user@... MINGW64 ~/git/dsdatabase (feature/orm-phase-2) $ poetry run pynguin --algorithm RANDOM --project_path ./src/dsDataBase...

The currently generated tests have a lot of repeated code. Is it possible to just generate a list of tuples of input data and expected result that are usable by...

Hi There, I am using Pynguin to generate unit tests for my project. My project has an internal package dependency. Let's call it datapackage. This is installed in a virtual...

We are evaluating our project [pyster](https://github.com/WenhaoSu/pyster)(also a Python test generator) with Pynguin and found that Pynguin throws the following exception when running against [webpy](https://github.com/webpy/webpy): ```shell pynguin --algorithm WSPY --project_path public_repo/webpy...

Hello, Thank you for open-sourcing this package. I am testing your tool with some of my code. Do you have a way to exclude some codes from the test generation...