This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: darrenburns/ward
Releases · darrenburns/ward
0.10.0a0
- Significantly expands on the
expect
API, and improves test coverage around it. - Improves legibility of traceback output in terminals using colours.
0.9.1a0
Allow xfail
to be imported like from ward import xfail
.
0.9.0a0
Improves readability of diffs
0.8.0a0
Adds stderr/stdout capturing during test and fixture execution.
0.7.0a0
- 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.
- If an
0.6.5a0
release/0.6.5a0 Update release.yml
0.6.4a0
release/0.6.4a0 Release 0.6.4a0
0.6.3a0
release/0.6.3a0 Release 0.6.3a0
0.6.2a0
release/0.6.2a0 Release 0.6.2a0
0.6.1a0
release/0.6.1a0 Only push to PyPI when release is published