Pynguin v0.16.0
stephanlukasczyk
released this
17 Jan 09:26
·
1265 commits
to main
since this release
- Refactor the assertion generation. This unifies the
SIMPLE
and the
MUTATION_ANALYSIS
approaches. Furthermore, Pynguin now uses the
MUTATION_ANALYSIS
approach again as the default. - Update the type annotations in Pynguin's code to the simplified, future versions
(e.g. instead ofDict[str, Set[int]]
we can now writedict[str, set[int]]
) and do
not need any imports from Python'styping
module. - Fix a crash of the seeding when native modules are present. Fixes #20.
- Provide a hint in the documentation that PyCharm 2021.3 now integrates
poetry
support, thus no plugin is required for this (and newer) versions (thanks to
@labrenz).