hobovsky
hobovsky
Found when working on an old Clojure translation:  - There seems to be only one test case, but it results in many `` - "Expected `false` but got `false`"...
Similar to #235 and #222 : failed assertions in Julia print to `` instead of ``:  If the direct reason for using `` is no longer relevant, Julia reporter...
Currently, when using a newline in a title of `describe` or `it` block, for many (all?) languages test output becomes garbled: `` and `` grab only the part of the...
- Package name: Criterion - Language name: C, used also for NASM - Website: - repository: https://github.com/Snaipe/Criterion - docs: https://criterion.readthedocs.io/en/master/index.html Criterion 2.4 was released Feb 2022 and has some changes...
Test output panel does not present correctly nested `Describe` groups. ### To Reproduce Run following tests: ```cpp Describe(Outer_Group) { Describe(Inner_Group) { It(should_do_something) { Assert::That("some value", Equals("another value")); } }; };...
A minor change which gracefully handles `AssertException` thrown by assertions from inside of test cases decorated with `@test.it`. The fix should allow authors to use `allow_raise = True` in a...
All C# kata [have been migrated to C# 12](https://www.codewars.com/kata/search/csharp?q=&order_by=satisfaction_percent%20asc&outdated=true) and C# 10 can be removed now.
When creating a new kumite or translation for C#, initial snippets for tests still use NUnit 3's `Assert.AreEqual` instead of `Assert.That`. When creating a new C# kata, the "Insert example"...