Skip to content

Releases: darrenburns/ward

0.10.0a0

22 Oct 21:40
Compare
Choose a tag to compare
  • Significantly expands on the expect API, and improves test coverage around it.
  • Improves legibility of traceback output in terminals using colours.

0.9.1a0

19 Oct 12:53
Compare
Choose a tag to compare

Allow xfail to be imported like from ward import xfail.

0.9.0a0

19 Oct 11:12
3a0d436
Compare
Choose a tag to compare

Improves readability of diffs

0.8.0a0

18 Oct 23:12
1f5ebe8
Compare
Choose a tag to compare

Adds stderr/stdout capturing during test and fixture execution.

0.7.0a0

18 Oct 00:51
e323f7a
Compare
Choose a tag to compare
  • Adds xfail decorator, allowing you to mark tests that you expect to fail.
    • If an xfail test passes, the test result is an "unexpected pass" (XPASS), and will result in a failing test run.

0.6.5a0

17 Oct 21:38
39da708
Compare
Choose a tag to compare
release/0.6.5a0

Update release.yml

0.6.4a0

17 Oct 21:05
Compare
Choose a tag to compare
release/0.6.4a0

Release 0.6.4a0

0.6.3a0

17 Oct 20:48
Compare
Choose a tag to compare
release/0.6.3a0

Release 0.6.3a0

0.6.2a0

17 Oct 20:27
Compare
Choose a tag to compare
release/0.6.2a0

Release 0.6.2a0

0.6.1a0

17 Oct 20:23
Compare
Choose a tag to compare
release/0.6.1a0

Only push to PyPI when release is published