Published February 24, 2021
| Version v0.7.0
Software
Open
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
RANDOMinstead ofRANDOOPYfor feedback-directed random test generation andWHOLE_SUITEinstead ofWSPYfor 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 theargparsedocumentation 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
- Is supplement to
- https://github.com/se2p/pynguin/tree/v0.7.0 (URL)