Version History¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Version: Unreleased¶
Version: 0.9.0 (2019-06-23)¶
ADDED¶
- setUpFeature/tearDownFeature, setUpScenario/tearDownScenario, setUpStep/tearDownStep (#105)
- hiding irrelevant morelia’s code from tracebacks (#111)
- new recommended “verify” function with API simpler than in run (#118)
- configuration inside pyproject.toml (#119)
CHANGED¶
- dropped support for setUp/tearDown executed before/after each scenario (#105)
Version: 0.8.3 (2019-04-16)¶
FIXED¶
- attribute error when comment on first line after scenario (#116)
Version: 0.8.2 (2019-04-12)¶
FIXED¶
- incorrectly matching steps in languages other than english (#113)
- incorrect matching methods with parse format (#106).
Version: 0.7.1 (2019-01-15)¶
ADDED¶
- support for running single scenarios (#16)
- support for passing string to morelia.run instead of external feature file
REMOVED¶
- dropped support for python 3.3
Version: 0.6.3 (2016-07-10)¶
CHANGED¶
- removed ReportVisitor
- removed branching on multiple When’s
FIXED¶
- error while reporting missing steps
Version: 0.5.2 (2016-02-21)¶
CHANGED¶
- by default all missing steps are now shown
FIXED¶
- rendering issues in README.rst and docs
Version: 0.5.1 (2016-02-20)¶
FIXED¶
- bug with setUp/tearDown methods called twice
- bug with double run of background steps when show_all_missing=True
Version: 0.4.0 (2015-04-26)¶
ADDED¶
- support for Background keyword
- support for different output formatters
- Examples keyword as no-op
CHANGED¶
- folding missing steps suggestions for more condense output