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

Rewrite the Runner file #24

Open brandonsturgeon opened 1 year ago

brandonsturgeon commented 1 year ago

The Runner file is a bit of a mess right now. Handling sync and async tests in the same place with all of the helper methods can make it challenging for even me to read and debug.

With the wisdom gained from the first attempt, a rewrite should produce something far simpler and more maintainable 😁