Skip to content

v2.1.0

Choose a tag to compare

@SBoudrias SBoudrias released this 06 Sep 23:42
· 31 commits to main since this release

New methods

  • assert.objectContent() to assert an object contains at least a set of keys
  • assert.JSONFileContent() to assert a JSON file contains at least a set of keys (rely of assert.objectContent())

Improvements

  • Failing assert.fileContent() will now print the target file content.