hobovsky

Results 58 issues of hobovsky

Found when working on an old Clojure translation: ![image](https://user-images.githubusercontent.com/23709795/225007216-3984d88b-a709-4e5b-85cf-d5c7c89cca2e.png) - There seems to be only one test case, but it results in many `` - "Expected `false` but got `false`"...

language/clojure

Similar to #235 and #222 : failed assertions in Julia print to `` instead of ``: ![image](https://user-images.githubusercontent.com/23709795/221602451-6f1ebfd5-4c43-4f0b-871f-f11ab6319aa5.png) If the direct reason for using `` is no longer relevant, Julia reporter...

kind/feature-request
language/julia

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...

area/output

- 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...

request/test-framework
language/c
language/nasm

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")); } }; };...

bug
help wanted
area/output
language/cpp

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.

request/language-version
language/csharp

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"...

language/csharp