hobovsky

Results 58 issues of hobovsky

Please complete the following information about the package: - Package name: `junit-jupiter-params` - Language name: Kotlin - Website: [Maven repo](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params), [JUnit manual](https://junit.org/junit5/docs/current/user-guide/#writing-tests-parameterized-tests) Following are optional, but will help us consider...

request/package
language/kotlin

**Describe the bug** While using Spock framework in Groovy translations, data-driven tests with `@Unroll`-ed titles produce unclosed test group what results in wrong output: ![image](https://github.com/codewars/runner/assets/23709795/525b8fa6-7274-4840-98f5-4c390efbe070) **To Reproduce** Run following test...

area/output
language/groovy

There are [four Julia kata](https://www.codewars.com/kata/search/julia?q=&order_by=sort_date%20desc&outdated=true) which are reported as outdated, but after forking it seems that tests pass in Julia 1.5, and the 1.5 version seems to be preselected in...

kind/feature-request

Some kinds of errors cause PowerShell tests fail with completely no feedback other than _"Time: 2277ms Response received but no data was written to STDOUT or STDERR."_. Example: [this kumite](https://www.codewars.com/kumite/659ef65aee7db7581d073f33?sel=659ef65aee7db7581d073f33)....

bug
language/powershell

Please complete the following information about the package: - Package name: `test` - Language name: `Elm` - Website: https://package.elm-lang.org/packages/elm-explorations/test/latest/ Following are optional, but will help us consider adding: - Why...

request/package
language/elm

Motivated by [this translation](https://www.codewars.com/kumite/65902008dc801702ba4dd182?sel=65921b4bdc801778a74dcad8). I wanted to create my own assertion, because basic Spec assertions do not allow for custom messages. I came up with: ``` -- shouldEqualMsg :: String...

request/package
language/purescript

See [this kumite](https://www.codewars.com/kumite/65934576fbfb3a7a45b09e60). Note how a compilation error gets merged with a compilation warning and placed in a collapsible section titled "Warning X of Y".

bug
area/output
language/purescript

Setup of Coffeescript suffers from a couple of problems: - Passed assertions spam green - Assertion messages emitted when `assertEquals` passes are awkward: `Test Passed: Value == 1`. - Docs...

area/output
language/coffeescript

In Perl tests, it seems that when an `ok` assertion fails, the reporter fails to emit both `` and ``, what results in garbled up test output: ![image](https://github.com/codewars/runner/assets/23709795/e409480c-92a3-4729-955b-778de3c6c9e2) ![image](https://github.com/codewars/runner/assets/23709795/f6faeb02-906e-49ce-835b-98e77732531d) This...

area/output
language/perl

Initially asked [on Discord](https://discord.com/channels/846624424199061524/1128059351790264412/1128059357439983778): Codewars runner supports some languages and testing frameworks which do not fit well into the BDD pattern and do not have constructs which map well into...

area/output
kind/feature-request