0.7.2
Release rules_mayhem
0.7.2. New features:
- Support waiting for a
mayhem_run()
rule to finish withwait = True
. - Support specifying Mayhemfile configuration directly in the
mayhem_run()
rulemayhemfile()
has been renamed tomayhem_init()
mayhem_init()
(previouslymayhemfile()
) is deprecated and will be removed in a future release. Favor specifying Mayhemfile parameters directly in themayhem_run()
rule. This simplifies workflow.
- Support task specification in
mayhem_run()
; can specify only regression, for example, withregression = True
.
What's Changed
Full Changelog: 0.7.1...0.7.2