Skip to content

Test-Case v0.3.3

Choose a tag to compare

@frondeus frondeus released this 01 Oct 20:49
· 125 commits to master since this release

Bugfixes

  • Fixed "inconclusive" feature with different cases.
      #[test_case(1 ; "this test is inconclusive and will always be")]
      #[test_case(2 ; "this test is also Inconclusive")]
      #[test_case(3 ; "this test is also INCONCLUSIVE even uppercase")]
      #[test_case(4 ; "this test is also iNCONCLUSIVE even inverted caps")]