Skip to content

Releases: kajaste/pychoir

Twenty-seventh release

09 Dec 02:12
b6f14de
Compare
Choose a tag to compare

Add readthedocs conf as now required

Twenty-sixth release

09 Dec 01:57
332fdaa
Compare
Choose a tag to compare

Python 3.12 support

Twenty-fifth release

25 Dec 22:45
19c3ca5
Compare
Choose a tag to compare

Python 3.11 support and such things

Twenty-fourth release

26 Dec 20:41
Compare
Choose a tag to compare

This release adds & and | operator (And and Or combinators, respectively) support for Matchers

Twenty-third release

14 Dec 16:09
Compare
Choose a tag to compare

This release:

  • Adds WhenPassedTo(callable) with .returns(value), .raises(Exception) and .does_not_raise()
  • Improves documentation

Twenty-second release

18 Nov 01:02
Compare
Choose a tag to compare

This release improves InAnyOrder behavior when used with Matchers in the passed container

Twenty-first release

16 Nov 23:24
Compare
Choose a tag to compare

This release adds numeric Matchers IsEven, IsOdd, IsPositive, IsNonNegative and IsNegative

Twentieth release

17 Oct 20:14
4c24989
Compare
Choose a tag to compare

This release adds Contains Matcher to the documentation

Nineteenth release

10 Oct 00:46
2bb153e
Compare
Choose a tag to compare

This release:

  • adds Contains Matcher, a singular convenience for ContainsAllOf
  • fixes pychoir packaging: pychoir is now the only package in the package (as one would expect)

Eighteenth release

09 Oct 02:08
00ce6dc
Compare
Choose a tag to compare

This release adds tests and declares support for Python 3.10