Flo

Results 6 comments of Flo

Hi @JamZYu, thank you for using Pynguin in your evaluation and for reporting this bug. After looking into to the stacktrace and webpy's source, I think that the [`reparam` method](https://github.com/webpy/webpy/blob/eae8945f2e716d648ed2a4ec876625807c007ca4/web/db.py#L353)...

Hi @klnrdknt, sorry for the late reply and thanks for your interest in Pynguin. I think that the first error message is simply caused by the way how Python packages...

Hi, It seems that this is just excessive debug logging on our part, as the exception is just something that can happen during test case generation but is nothing that...

Hello @dineshkumarkb, thanks for trying out Pynguin. My best guess as to why Pynguin fails to find your private module is that you are probably executing Pynguin outside the virtual...

Hi @inktrap, > I changed the options and no test output is created, see example When you launch Pynguin, it employs a search algorithm, namely DynaMOSA in your example, to...

Given that all tests passed I would assume that the relevant code path was not taken by any of the tests? I'm not sure about your CI setup but there...