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

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

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
```