Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codewars/raku-tap2codewars
- Owner: codewars
- License: mit
- Created: 2020-10-16T01:15:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T01:11:35.000Z (about 4 years ago)
- Last Synced: 2024-07-30T20:11:41.001Z (5 months ago)
- Topics: cli, code-runner, perl, raku, test-reporting
- Language: Raku
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 failureexpected: '2'<:LF:> got: '0'
tests
another failure
expected: '2'<:LF:> got: '0'
```