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
- Host: GitHub
- URL: https://github.com/codeofnode/dd-lua-tester
- Owner: codeofnode
- License: mit
- Created: 2019-07-15T11:58:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T13:13:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T09:35:28.796Z (about 1 year ago)
- Language: Lua
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```