Skip to content

Releases: darrenburns/ward

0.26.0b0

22 Jan 22:28
Compare
Choose a tag to compare

Switches from setup.py to use the flit build/distribution system. Thanks to @AndydeCleyre.

0.25.0b0

19 Jan 13:40
Compare
Choose a tag to compare

Adds --order option, with "standard" and "random". Allows you to specify the order in which tests should run.

0.24.1b0

19 Jan 11:16
Compare
Choose a tag to compare

Contains #83, a fix for the faulty interaction between parameterised tests and module scoped fixtures.

0.24.0b0

19 Jan 01:40
Compare
Choose a tag to compare

Relaxes the dependency versions to reduce the chances of conflict: #82

0.23.0b0

18 Jan 15:28
Compare
Choose a tag to compare

Adds the ability to specify --path multiple times. Thanks to @AlecJ for the bulk of this!

0.22.0b0

17 Jan 17:45
2cb07ad
Compare
Choose a tag to compare

Adds --version command, and platform info at the start of test runs.

0.21.0a0

22 Dec 00:41
e53ac07
Compare
Choose a tag to compare
  • 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

14 Dec 23:28
49eae09
Compare
Choose a tag to compare
  • Adds --test-output-style options (test-per-line, dots-module, dots-global)
  • Tidies up output in some areas

0.19.0a0

12 Nov 21:47
Compare
Choose a tag to compare
  • 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

09 Nov 18:59
Compare
Choose a tag to compare

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.