https://github.com/codewars/codewars_formatter_ex
ExUnit formatter for Codewars
https://github.com/codewars/codewars_formatter_ex
code-runner elixir test-reporting
Last synced: 10 months ago
JSON representation
ExUnit formatter for Codewars
- Host: GitHub
- URL: https://github.com/codewars/codewars_formatter_ex
- Owner: codewars
- License: apache-2.0
- Created: 2021-04-13T05:37:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T18:53:28.000Z (over 4 years ago)
- Last Synced: 2025-02-11T00:48:13.574Z (11 months ago)
- Topics: code-runner, elixir, test-reporting
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodewarsFormatter
ExUnit formatter for Codewars.
## Usage
```elixir
defp deps do
[
{:codewars_formatter, "~> 0.1", only: [:test]}
]
end
```
```elixir
ExUnit.configure formatters: [CodewarsFormatter]
```
## Credits
Derived from `ExUnit.CLIFormatter`.