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

https://github.com/vorgestern/ulutest

Unittest framework for Lua
https://github.com/vorgestern/ulutest

gtest lua unittest

Last synced: 9 months ago
JSON representation

Unittest framework for Lua

Awesome Lists containing this project

README

          

# ulutest
Unittest framework for Lua

# To do
- Account for the difference in the bottom line if tests have been skipped.
- Introduce setup and teardown on a per test basis.
- Make ulutest process a list of tests rather than a random number of test arguments.
- Allow listing and filtering tests.