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

https://github.com/codeofnode/dd-lua-tester

Data driven lua tester
https://github.com/codeofnode/dd-lua-tester

Last synced: 24 days ago
JSON representation

Data driven lua tester

Awesome Lists containing this project

README

          

## Why ddt
Its a testing tool for lua, which reads json file and fire up respective lua functions calls with some parameter based on data extracted.
So just write (or generate) json, and pass to ddt to validate your lua code.

## Installation

```
$ luarocks install ddt
```