radish

Behavior Driven Development tooling for Python. The root from red to green.

MIT License

Downloads
204.1K
Stars
178
Committers
30

Bot releases are visible (Hide)

radish - 0.11.0

Published by timofurrer over 5 years ago

Added

Fixed

  • Wrong duration issue due to changed timezones during a test run. Refs #188
radish - v0.8.1

Published by timofurrer almost 6 years ago

Fixed

  • Support parsing unnamed Backgrounds
  • Add exception-handling for dictionary
radish - v0.9.2

Published by timofurrer almost 6 years ago

  • Fix unicode issues with the syslog writer extension
radish - v0.8.0

Published by timofurrer over 6 years ago

Fixed

  • Require header in step table. Refs #185
radish - v0.7.3

Published by timofurrer almost 7 years ago

Fixed

  • Do not import alternative parse class
radish - v0.7.2

Published by timofurrer about 7 years ago

Added

  • Support bad-case testing for step patterns
radish - v0.7.1

Published by timofurrer about 7 years ago

Fixed

  • Allow leading and trailing colon for basepath
radish - v0.7.0

Published by timofurrer about 7 years ago

Added

  • Split multiple basepaths with a colon (:)
radish - v0.6.8

Published by timofurrer about 7 years ago

Refactored

  • Entire test suite is using pytest

Fixed

  • Typo in matches
radish - v0.6.7

Published by timofurrer over 7 years ago

Fixed

  • Correctly match "matching" sentences which do not match perfectly
radish - v0.6.6

Published by timofurrer over 7 years ago

Fixed

  • Beautify duration output. Refs #138
radish - v0.6.5

Published by timofurrer over 7 years ago

Fixed

  • Precondition with tags from other Scenario parsed correctly
  • Fix printing of tags
radish - v0.6.4

Published by timofurrer over 7 years ago

Added

  • Support QuotedString custom type. Refs #134
  • Support Boolean custom type. Refs #132

Fixed

  • Precondition Scenarios from same Feature. Fixes #136
radish - v0.6.3

Published by timofurrer over 7 years ago

Fixed

  • Remove DeprecationWarning when using Python 3.6. Refs #133
radish - v0.6.2

Published by timofurrer over 7 years ago

Added

  • Support specifying arbitrary user data per run. Refs #124, #127
radish - v0.6.1

Published by timofurrer over 7 years ago

Fixed

  • Fix syslog extension
radish - v0.6.0

Published by timofurrer over 7 years ago

Added

  • Support cardinalities in step patterns. Refs #62, #113
  • Highlight placeholders in Scenario Outline. Refs #60, #122
  • Correctly support step gherkin context (Given, When, Then) when using And. Refs #61
  • Add french translation

Changed

  • Renamed argument expressions to custom types

Fixed

  • Fixed importing importlib.util. Refs #123
radish - v0.5.1

Published by timofurrer over 7 years ago

Fixed

  • Fix parsing Scenarios with tag and last in feature. Refs #111
  • Fix background and precondition console writing
radish - v0.5.0

Published by timofurrer over 7 years ago

Added

  • Support tag specific hooks
  • Support multiple basedirs for single run call. Refs #40

Fixed

  • Parsing of tagged Scenario after Scenario Outline Example Table. Refs #105
radish - v0.4.1

Published by timofurrer over 7 years ago

Added

  • Use new colorful
  • Galician language
  • Declare extension dependencies as extra requirements. Refs #73

Fixed

  • Traceback when --early-exit was set and a run failed. Refs #92