pynguin
pynguin copied to clipboard
The PYthoN General UnIt Test geNerator is a test-generation tool for Python
I have modules that contain a "main" section so that they can be used as executable scripts in addition to providing library capabilities. when I try to generate tests: `pynguin...
**Describe the bug** No moduled Named xx is not a package **To Reproduce** Steps to reproduce the behaviour: 1. Use Pynguin version '3.10' 2. Use the following (minimal) code as...
**Is your feature request related to a problem? Please describe.** Over the last four months, I've had the opportunity to write a master's thesis about improving automated test case generation...
Hello Stephan, As per your suggestion in our email conversation, I have created this pull request. Thank you for your guidance. Best regards, Seva
I think there is a small typo in the section "A more complex example" in Quickstart. Shouldn't the function be ```python def empty(self) -> bool: return self.size == 0 ```...
**Is your feature request related to a problem? Please describe.** In many cases, one may need to generate tests for a specific class, function/method, or even a block of lines...
### **Describe the bug** Im trying to use pynguing to run on the [arrow](https://github.com/arrow-py/arrow) project, but it doesn't seem to work. Could you tell me if I'm doing something wrong...
Hi @PNejr10 , Thank you for the PRs #85, #86, and #87. Could you please elaborate a bit on the changes, their rationale, etc. because none of the PRs does...