Skip to content

Releases: bdsoha/expycted

v0.8.2

08 Dec 08:24
Compare
Choose a tag to compare

Fixes

Expect In Chains - v0.8.1

05 Dec 13:54
9ec96b4
Compare
Choose a tag to compare

Changes:

  • Fixed persistent negation in chained expectations

Author: @bdsoha

Expect In Chains - v0.8.0

02 Dec 12:16
c9cfd5a
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES ⚠️

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

29 Nov 10:44
6e488a6
Compare
Choose a tag to compare

Changes:

  • Hidden internal traces
  • Updated documentation

Authored by: @bdsoha

Lazy Town - v0.6.0

28 Nov 14:56
00a9274
Compare
Choose a tag to compare

Changes:

  • Updated .to and .to_not to lazy load

Authored by: @bdsoha

Plain Complaints - v0.5.0

14 Apr 18:17
Compare
Choose a tag to compare

Changes:

  • Clearer assertion errors
  • Refactor to be less verbose

System Of The Files - v0.4.0

17 Mar 19:02
Compare
Choose a tag to compare

Changes:

  • File-system matchers
  • Refactoring for more internal structure

Typical Release - v0.3.1

27 Feb 08:30
Compare
Choose a tag to compare

Changes:

  • Adding type hints
  • Refactoring some logic

Matchers For Fun(ctions) - v0.3.0

26 Feb 21:40
5289225
Compare
Choose a tag to compare

Changes:

  • Adding function matchers to_raise and to_return
  • Adding aliases for value matchers

Unexpected Release - v0.2.0

24 Feb 21:19
4a9d35f
Compare
Choose a tag to compare

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