Pynguin v0.14.0
stephanlukasczyk
released this
06 Dec 11:46
·
1327 commits
to main
since this release
- Breaking: Simplify the logging such that Pynguin uses different log levels also
for the log file. This removes the-q
option to make all outputs quiet. - Pynguin now also supports field accesses during test generation. This is a
preliminary feature. - Fix a deadlock in the executor
- Pynguin now uses Python 3.10 as its default version for the provided Docker
container as well as our CI. Still, Pynguin supports Python 3.8 and 3.9. Up to now,
Python 3.11 is not yet supported. - Refactor the state-trace implementation
- Remove the module-loader singleton
- Fix loading of mutated module for assertion generation. Caused that no assertion
was generated because the mutants were not loaded properly. This is a regression
from merging the assertion-generation strategy in Pynguin 0.13.0.