Releases: bdsoha/expycted
Releases · bdsoha/expycted
v0.8.2
Expect In Chains - v0.8.1
Expect In Chains - v0.8.0
Changes:
- changed wording in expectations towards
expected
-actual
(BREAKS potential keyword usage of matchers in versions<0.8
) - added expectation chaining (
.and_to
,.and_not_to
/.and_not
) - added support for
Path
objects in filesystem matchers
Author: @bdsoha
Trace Lost - v0.7.0
Lazy Town - v0.6.0
Plain Complaints - v0.5.0
Changes:
- Clearer assertion errors
- Refactor to be less verbose
System Of The Files - v0.4.0
Changes:
- File-system matchers
- Refactoring for more internal structure
Typical Release - v0.3.1
Changes:
- Adding type hints
- Refactoring some logic
Matchers For Fun(ctions) - v0.3.0
Changes:
- Adding function matchers
to_raise
andto_return
- Adding aliases for value matchers
Unexpected Release - v0.2.0
Changes:
- Adding matchers
equal
,be
,be_greater_than
,be_lesser_than
,be_greater_or_equal_to
,be_lesser_or_equal_to
,is_numeric
,contain
,be_contained_in
,be_empty
,be_true
,be_false
,be_turthy
,be_falsey
,be_of_type
,inherit
- Proper test coverage