This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Releases: darrenburns/ward
Releases · darrenburns/ward
0.26.0b0
Switches from setup.py to use the flit build/distribution system. Thanks to @AndydeCleyre.
0.25.0b0
Adds --order
option, with "standard"
and "random"
. Allows you to specify the order in which tests should run.
0.24.1b0
0.24.0b0
0.23.0b0
0.22.0b0
Adds --version
command, and platform info at the start of test runs.
0.21.0a0
- If a test description doesnt fit in the width of the terminal, it will be wrapped to multiple lines and left aligned.
- Dots taking up multiple lines will align in the same way.
0.20.0a0
- Adds
--test-output-style
options (test-per-line
,dots-module
,dots-global
) - Tidies up output in some areas
0.19.0a0
- Improves readability of the output by spacing things out a bit more.
- Handling user keyboard interrupts by outputting the results of all tests that had run up until that point.
- Only show the colour keys in the chart if they're present in the chart.
0.18.0a0
Adds the ability to use string formatting notation in test descriptions, which Ward can fill in using the values that it injects into your test.