Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

2.0.0

Latest
Compare
Choose a tag to compare
@marcwrobel marcwrobel released this 20 Dec 15:11
· 4 commits to main since this release
f45a283

Added

  • marcwrobel.assertions.assert_that_file now support assertions exists, has_type, has_mode, has_owner, has_group (#12).

Changed

  • Breaking change : rename variables to improve readability of assertions (#13).
    • path -> with_path (in assert_that_file, assert_that_path)
    • name -> with_name (in assert_that_service)
    • multiline_for_content_matching -> using_multiline_for_content_matching (in assert_that_file)
    • ignorecase_for_content_matching -> using_ignorecase_for_content_matching (in assert_that_file)
    • strict_version_parsing -> using_strict_version_parsing

Fixed

  • Fix collection's README on Ansible Galaxy (#14).
  • Fix assert_that_distribution message (missing comma) (#15).