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
- Host: GitHub
- URL: https://github.com/vorgestern/ulutest
- Owner: vorgestern
- License: apache-2.0
- Created: 2024-12-13T18:54:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-30T23:50:00.000Z (11 months ago)
- Last Synced: 2025-02-07T20:45:23.186Z (11 months ago)
- Topics: gtest, lua, unittest
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.