rename
[?]
Jan 23, 2023, 12:15 AM
3QMTXKWN7RME7ZJ62BIY2PSG733DEZS52QTRR5745IPLYUX542CQCDependencies
- [2]
CZQ3NJ4NMerge text0 - [3]
D5J7IZADdebug helper: run a single test - [4]
ORRSP7FVdeduce test names on failures - [5]
TSV3KPBRtweak format of test failures - [6]
IMEJA43Lsnapshot - [7]
JNJ4R56Xsupport running tests multiple times - [8]
AVTNUQYRbasic test-enabled framework - [9]
S4IAYCIRdelete all tests once they've executed - [10]
FCFJVYKYredundant check - [11]
Q7HDVBN7keep some prints in the terminal for now - [*]
3QNOKBFMbeginnings of a test harness
Change contents
- replacement in app.lua at line 436
xpcall(_G[name], function(err) prepend_debug_info_to_test_failure(name, err) end)xpcall(_G[name], function(err) add_debug_info_to_test_failure(name, err) end) - replacement in app.lua at line 445
xpcall(test, function(err) prepend_debug_info_to_test_failure('', err) end)xpcall(test, function(err) add_debug_info_to_test_failure('', err) end) - replacement in app.lua at line 449
-- prepend file/line/testfunction prepend_debug_info_to_test_failure(test_name, err)-- add test_name and file/line/testfunction add_debug_info_to_test_failure(test_name, err)