Published January 17, 2022
| Version v0.16.0
Software
Open
se2p/pynguin: Pynguin v0.16.0
Authors/Creators
- 1. Chair of Software Engineering II, Faculty of Computer Science and Mathematics, University of Passau, Germany
Description
- Refactor the assertion generation. This unifies the
SIMPLEand theMUTATION_ANALYSISapproaches. Furthermore, Pynguin now uses theMUTATION_ANALYSISapproach again as the default. - Update the type annotations in Pynguin's code to the simplified, future versions
(e.g. instead of
Dict[str, Set[int]]we can now writedict[str, set[int]]) and do not need any imports from Python'stypingmodule. - 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
poetrysupport, thus no plugin is required for this (and newer) versions (thanks to @labrenz).
Files
se2p/pynguin-v0.16.0.zip
Files
(534.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:cd9bfa8b02c58b12e5f1577782f223ce
|
534.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/se2p/pynguin/tree/v0.16.0 (URL)