Skip to content

Releases: symonk/asserto

v0.1.4

08 Jul 20:55
0e69f2e
Compare
Choose a tag to compare

is_blank assertion if actual type is str
improved support for ends_with and starts_with where the actual value is an Iterable
Improvements to triggering warnings
dependency upgrades

Release 0.1.3

02 Jul 11:37
Compare
Choose a tag to compare

Fixed a bug where should_raise(exc_type) caused the underlying exc to be raised rather than an AssertionError when failing.
Removed triggered from the public API

0.1.2

01 Jul 16:28
Compare
Choose a tag to compare

Improved exception handling for should_raise(...) when the raised exception was not included in exc_types.

0.1.1

01 Jul 15:00
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

dependency upgrades
new .equals(...)

0.1.0-alpha

27 Aug 17:59
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
  • Addition between & not_between concept for numeric types.
  • Experimental API for reassigning bound actual values on the underlying asserto instances.
  • Updated dependencies.

[Alpha 0.0.8] Dependency upgrade release

16 Aug 21:29
Compare
Choose a tag to compare

Dependency upgrade release

Bugfix Release

25 Jun 09:18
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release
  • Bugfix: is_true now correctly works against any truthy type(s)

[Alpha] 0.0.6

19 Jun 13:50
Compare
Choose a tag to compare
[Alpha] 0.0.6 Pre-release
Pre-release

Better assertions for numeric types
Ability to run regular expression against exception messages using re.match
Various bug fixes
Dependency upgrades

[Alpha] 0.0.5

05 Jun 13:17
Compare
Choose a tag to compare
[Alpha] 0.0.5 Pre-release
Pre-release
  • Additional handler checks for base object types and regular expressions
  • Support for asserting raised exceptions
  • Support for registering user-defined functions as assertions
  • API improvements
  • Maintenance & dependency bumps

0.0.4-alpha

03 May 17:47
Compare
Choose a tag to compare
0.0.4-alpha Pre-release
Pre-release
  • Adds support for dynamic dispatch on object attributes & methods
  • Dependency upgrades