Skip to content

v1.9.0 - Dec 26, 2021

Compare
Choose a tag to compare
@qtc-de qtc-de released this 26 Dec 07:54
· 68 commits to main since this release
b0e7113

Added

  • Testers can now specify external requirements.
  • Requirements are checked before the tester is run and can contain:
    • Required files (including checksums verification).
    • Required operating system commands.
    • Required tricot version.

Changed

  • Improved the selective test functionalities (--skip-until, --continue-from, --ids, --groups, --exclude, --exclude-groups).
    Skipped tests are now skipped completely and they neither appear in the output nor start their associated containers.
  • Fix bug related to KeyboardInterrupts.
  • Update test cases to make them more compatible among different distributions.