https://github.com/codewars/busted-codewars
Codewars output handler for Busted
https://github.com/codewars/busted-codewars
Last synced: 3 months ago
JSON representation
Codewars output handler for Busted
- Host: GitHub
- URL: https://github.com/codewars/busted-codewars
- Owner: codewars
- License: mit
- Created: 2023-02-07T05:22:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T00:11:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T07:12:25.772Z (12 months ago)
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# busted-codewars
Codewars output handler for [Busted](https://github.com/lunarmodules/busted).
## Install
```bash
luarocks install busted-codewars
```
## Usage
```bash
busted -o codewars
```
## Develop
Add example tests in `spec/` with a file name matching `*_spec.lua`.
Then run the tests with Codewars output:
```bash
luarocks test -- -o codewars
```