test run_test_with()

This commit is contained in:
jlamothe
2023-11-23 19:49:49 +00:00
4 changed files with 110 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ tests(TestState *s)
test_context_with(s, "initial state", test_initial_state, &scpy);
test_context(s, "run_test()", test_run_test);
test_contest(s, "run_test_with()", test_run_test_with);
test_context(s, "run_test_with()", test_run_test_with);
test_context(s, "append_test_log()", test_append_test_log);
test_context(s, "test_context()", test_test_context);
}