Darrenburns Ward Versions Save

Ward is a modern test framework for Python with a focus on productivity and readability.

release/0.68.0b0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.67.0b0...release/0.68.0b0

release/0.67.0b0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.66.1b0...release/0.67.0b0

release/0.66.1b0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.66.0b0...release/0.66.1b0

release/0.66.0b0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.65.0b0...release/0.66.0b0

release/0.65.0b0

2 years ago

What's Changed

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.64.0b0...release/0.65.0b0

release/0.64.0b0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/darrenburns/ward/compare/release/0.63.0b0...release/0.64.0b0

release/0.63.0b0

2 years ago
  • Type hints for Ward are now distributed: via https://github.com/darrenburns/ward/pull/283 and several other PRs (thanks to @hukkin)
  • Every type of assertion failure now results in specialised output showing LHS and RHS values. The assertion message is now also displayed in test output (thanks to @JoshKarpel)

image

release/0.62.1b0

2 years ago

Fixes bug with raises. Contributed by @jeduden.

release/0.62.0b0

2 years ago
  • https://github.com/darrenburns/ward/pull/279 - Allow subclasses of specified exception class to pass raises assertion (thanks @jeduden)
  • Adds additional type hints to various modules, enables mypy in them (thanks @hukkin)

release/0.61.1b0

2 years ago

Click was pinned to 8+, but this was overly strict since Ward works with both v7 and v8.