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

Add a test summary to the end of the test output #39

Closed brandonsturgeon closed 1 year ago

brandonsturgeon commented 1 year ago

As the test output grows larger, it can be difficult to track failures, empty, etc.

After the test output finishes, we should have a cute little section with counts for tests, something like:

Ran 135 Test Cases across 10 Test Groups

✅ 100 PASS ❌ 15 FAIL ❔ 20 EMPT