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

Output warning logs if Lua errors occur during the tests, even if the tests don't fail as a result #41

Open brandonsturgeon opened 1 year ago

brandonsturgeon commented 1 year ago

A passing test suite with a bunch of Lua errors is questionable at best.

At least when running in Docker/GH Actions, the runner should simply raise a WARN statement if Lua errors (that weren't a direct result of something in the test, causing it to fail) occur during the test run.