Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codewars/raku-tap2codewars

Transforms piped TAP to Codewars output
https://github.com/codewars/raku-tap2codewars

cli code-runner perl raku test-reporting

Last synced: about 1 month ago
JSON representation

Transforms piped TAP to Codewars output

Awesome Lists containing this project

README

        

# raku-tap2codewars

Transforms piped TAP to Codewars output.

## Usage

```bash
# Redirect diagnostics from stderr to stdout
$ raku 2>&1 t/example.t | tap2codewars
```

```bash
raku 2>&1 <intentional failure

expected: '2'<:LF:> got: '0'

tests

another failure

expected: '2'<:LF:> got: '0'

```