hobovsky
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...
**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:  **To Reproduce** Run following test...
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...
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)....
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...
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...
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".
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...
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:   This...
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...