make run_test look like run_tests
[?]
Jan 24, 2023, 4:14 AM
LYIV4YOLU6KYRCBU64M4YXS57CZ23YQHJ4WPVDNAZL4TMDGYV7MQCDependencies
- [2]
5ZCQGZP5save 2 more alternate formats for test failures - [3]
D5J7IZADdebug helper: run a single test - [4]
AVTNUQYRbasic test-enabled framework - [5]
JNJ4R56Xsupport running tests multiple times - [6]
3QMTXKWNrename - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 441
function App.run_test(test)function App.run_test(test, record_error_fn) - replacement in app.lua at line 445
xpcall(test, function(err) record_error_with_heuristic_location('', err) end)xpcall(test, function(err) record_error_fn('', err) end)