CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Allow multiple test groups to be returned from the same file #27

Open brandonsturgeon opened 1 year ago

brandonsturgeon commented 1 year ago

Often, I find myself wanting to test a file of functions, but I want to keep the tests segmented in some way. Allowing test files to return multiple test groups could alleviate this issue.