add TSamLast command for reexecuting last running tests

This commit is contained in:
2025-12-25 14:30:34 +01:00
parent 51ec535eac
commit cbc3e201ae
8 changed files with 260 additions and 4 deletions

View File

@@ -20,6 +20,10 @@ function M.test_all()
core.run_all()
end
function M.test_last()
core.run_last()
end
function M.show_output()
core.show_output()
end