There is a newer version of the record available.

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 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 of Dict[str, Set[int]] we can now write dict[str, set[int]]) and do not need any imports from Python's typing 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).

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