https://github.com/codewars/nim-unittest
Nim unittest output formatter for Codewars
https://github.com/codewars/nim-unittest
code-runner test-reporting
Last synced: about 1 year ago
JSON representation
Nim unittest output formatter for Codewars
- Host: GitHub
- URL: https://github.com/codewars/nim-unittest
- Owner: codewars
- License: mit
- Created: 2019-09-28T20:40:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T20:54:08.000Z (over 6 years ago)
- Last Synced: 2025-01-10T05:36:04.838Z (about 1 year ago)
- Topics: code-runner, test-reporting
- Language: Nim
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Nim unittest output formatter for Codewars.
Currently, this is used like the following:
```nim
# tests.nim
import unittest, codewars_output
addOutputFormatter(OutputFormatter(newCodewarsOutputFormatter()))
import solution
include solution_tests
```