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

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

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