Skip to content

Expect In Chains - v0.8.0

Compare
Choose a tag to compare
@petereon petereon released this 02 Dec 12:16
· 10 commits to master since this release
c9cfd5a

⚠️ 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