debug helper: run a single test
[?]
Jan 22, 2023, 5:47 AM
D5J7IZADWXMHCCNFOROFEBUOSE34VDLN4K3TUIZEEC4YT4IB5EVACDependencies
- [2]
JNJ4R56Xsupport running tests multiple times - [*]
3QNOKBFMbeginnings of a test harness - [*]
AVTNUQYRbasic test-enabled framework
Change contents
- edit in app.lua at line 438[5.7554][2.2065]
App = saved_appendfunction App.run_test(test)local saved_app = AppApp = App_for_testsApp.initialize_for_test()xpcall(test, function(err) prepend_debug_info_to_test_failure('', err) end)