There is a newer version of the record available.

Published February 24, 2021 | Version v0.7.0

se2p/pynguin: Pynguin v0.7.0

Authors/Creators

  • 1. Chair of Software Engineering II, Faculty of Computer Science and Mathematics, University of Passau, Germany

Description

  • Breaking: Renamed algorithms in configuration options. Use RANDOM instead of RANDOOPY for feedback-directed random test generation and WHOLE_SUITE instead of WSPY for whole-suite test generation.
  • Add MOSA test-generation algorithm. It can be selected via --algorithm MOSA.
  • Add simple random-search test-generation algorithm. It can be selected via --algorithm RANDOM_SEARCH.
  • Pynguin now supports the usage of a configuration file (based on Python's argparse) module. Use @<path/to/file> in the command-line options of Pynguin to specify a configuration file. See the argparse documentation for details on the file structure.
  • Add further seeding strategies to extract dynamic values from execution and to use existing test cases as a seeded initial population (thanks to @Luki42)

Files

se2p/pynguin-v0.7.0.zip

Files (460.8 kB)

Name Size Download all
md5:a8e469a7776abe2057a1d3a63cc531b3
460.8 kB Preview Download

Additional details

Related works