Skip to content

Releases: MarketSquare/AssertionEngine

AssertionEngine 3.1.3

29 Jan 21:14

Choose a tag to compare

Add int_str_verify_assertion to public API

AssertionEngine 3.1.1

29 Jan 20:27

Choose a tag to compare

New int_str_verify_assertion methoed

AssertionEngine 3.0.3

21 Nov 19:21

Choose a tag to compare

Support for Robot Framework 7

AssertionEngine 3.0.2

11 Nov 16:40

Choose a tag to compare

Define only minimum RF version. To ease migration to upcoming RF 7.0

AssertionEngine 3.0.0

21 Oct 00:10

Choose a tag to compare

Is backwards incompatible release with changes to defining scopes. Now scoping is moved to library maintainer side and AssertionEngine does not anymore has keyword for defining scope.

AssertionEngine 2.0.0

30 Aug 19:48

Choose a tag to compare

Changes how error messages are logged out if received value or expected message is string. Instead logging messages as plain text, string are converted with repl to a printable representation of string. Example different white space characters are printed out with Unicode value.

AssertionEngine 1.2.0

24 Aug 19:34

Choose a tag to compare

Adds equals operator, which is new alias for ==.

AssertionEngine 1.1.1

19 Aug 22:29

Choose a tag to compare

Add missing documentation for case insensitive formatter

AssertionEngine 1.1.0

19 Aug 22:05

Choose a tag to compare

Drop Python 3.7 because it is end of life and add new case intensive formatter.

AssertionEngine 1.0.0

06 Jan 22:58

Choose a tag to compare

Fixed that verify_list_assertion not always return lists. This release is not backwards compatible.