show count of test failures
[?]
Apr 2, 2023, 1:13 AM
HR6MLUTXQCBLIJR23TEMVRGF72UDRCGELGQH7WQEARPPBHB2OEAACDependencies
- [2]
ORRSP7FVdeduce test names on failures - [3]
KKMFQDR4editing source code from within the app - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 140
error('There were test failures:\n\n'..table.concat(Test_errors))error(('There were %d test failures:\n\n%s'):format(#Test_errors, table.concat(Test_errors)))