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 - v0.17.1 Latest Release

Published by fliiiix 12 months ago

What's Changed

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.16.1...v0.17.1

radish - v0.17.0

Published by fliiiix about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.16.1...v0.17.0

radish - v0.16.2

Published by fliiiix about 1 year ago

Cherry-pick fix to support $PWD on windows for the module loader.

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.16.1...v0.16.2

radish - v0.16.1

Published by fliiiix about 1 year ago

What's Changed

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.16.0...v0.16.1

radish - v0.16.0

Published by fliiiix about 1 year ago

What's Changed

Full Changelog: https://github.com/radish-bdd/radish/compare/0.15.0...v0.16.0

radish - v0.15.0

Published by fliiiix over 1 year ago

What's Changed

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.14.2...v0.15.0

radish - v0.14.2

Published by fliiiix almost 2 years ago

Fixed

  • Update colorful to 0.5.5
  • Test support for Python 3.11

Full Changelog: https://github.com/radish-bdd/radish/compare/v0.14.0...v0.14.2

radish - v0.14.0

Published by fliiiix about 2 years ago

  • Drop Python 2.7 and Python 3.4
  • Switched to colorful 0.5.4 (slightly different output rendering)
  • Switch and fix CI to run on GitHub Actions
  • Test support for new Python versions 3.9, 3.10
  • Fix warnings unknown escape strings, wrong comparison
  • Use latests dependencies available on Python3.5
radish - v0.13.4

Published by fliiiix over 3 years ago

  • Parse -s/--scenarios with = sign correctly
  • Fix radish matcher print
  • Update Background example in docs
radish - Release v1.0.0a5

Published by github-actions[bot] almost 4 years ago

radish - Release v1.0.0a4

Published by github-actions[bot] almost 4 years ago

radish - Release v1.0.0a3

Published by github-actions[bot] almost 4 years ago

radish - Release v1.0.0a2

Published by github-actions[bot] almost 4 years ago

radish - v0.13.2

Published by fliiiix about 4 years ago

Fixed

  • PEP 352 removed the 'message' attribute from Exceptions
radish - Release v1.0.0a1

Published by github-actions[bot] almost 5 years ago

radish - v0.13.1

Published by timofurrer over 5 years ago

Fixed

  • Support the PIPE (|) character in table cell values and Scenario Outline Examples
radish - v0.12.1

Published by timofurrer over 5 years ago

Fixed

  • Dedent lines for step text to be complient with gherkin parser
radish - v0.13.0

Published by timofurrer over 5 years ago

Added

  • Support unicode characters in matcher tests due to new pyyaml
radish - v0.12.0

Published by timofurrer over 5 years ago

Added

  • Support multiple base paths on Windows.
radish - 0.11.1

Published by timofurrer over 5 years ago

Fixed

  • Markdown project description on pypi.org.