Roblox / testez

BDD-style test and assertion library for Roblox Lua
https://roblox.github.io/testez/
Apache License 2.0
183 stars 58 forks source link

TextReporterQuiet prints before each info #132

Closed oltrep closed 4 years ago

oltrep commented 4 years ago

When reporting using TextReporterQuiet, the output will show a line for before each:

Test results:
            [?] beforeEach_0
402 passed, 0 failed, 57 skipped

The output should just be:

Test results:
402 passed, 0 failed, 57 skipped
MagiMaster commented 4 years ago

PR #123 should fix this.

MagiMaster commented 4 years ago

Closed by #123