Releases: radish-bdd/radish
Releases · radish-bdd/radish
0.11.0
Added
- Support for Hook ordering. See https://radish.readthedocs.io/en/latest/tutorial.html#ordered-hooks
- Support for unicode in Python 2 and Python 3
Fixed
- Wrong duration issue due to changed timezones during a test run. Refs #188
v0.9.2
- Fix unicode issues with the syslog writer extension
v0.8.1
Fixed
- Support parsing unnamed Backgrounds
- Add exception-handling for dictionary
v0.8.0
v0.7.3
Fixed
- Do not import alternative parse class
v0.7.2
Added
- Support bad-case testing for step patterns
v0.7.1
Fixed
- Allow leading and trailing colon for basepath
v0.7.0
Added
- Split multiple basepaths with a colon (:)
v0.6.8
Refactored
- Entire test suite is using pytest
Fixed
- Typo in matches
v0.6.7
Fixed
- Correctly match "matching" sentences which do not match perfectly