Update GUI game debugging multiple-apps examples and eval

This commit is contained in:
Timothyxxx
2024-03-03 15:02:53 +08:00
parent 2e9e3f355a
commit f4869e17af
4 changed files with 89 additions and 28 deletions

View File

@@ -123,7 +123,9 @@ from .vscode import (
compare_answer,
is_extension_installed,
check_json_settings,
check_json_keybindings
check_json_keybindings,
check_python_file_by_test_suite,
check_python_file_by_gold_file
)