fix multi apps

This commit is contained in:
tsuky_chen
2024-03-08 20:36:34 +08:00
parent 5abdf207a9
commit 4070b41fbd
11 changed files with 96 additions and 58 deletions

View File

@@ -31,9 +31,9 @@
"vscode"
],
"evaluator": {
"func": "exact_match",
"func": "check_include_exclude",
"result": {
"type": "vm_command_line",
"type": "vm_command_error",
"command": [
"python",
"-c",
@@ -43,7 +43,10 @@
"expected": {
"type": "rule",
"rules": {
"expected": ""
"include": [],
"exclude": [
"ModuleNotFoundError: No module named"
]
}
}
}