新增
This commit is contained in:
@@ -38,6 +38,15 @@ def test_windows_one_click_entrypoints_and_release_pipeline() -> None:
|
||||
assert "explorer.exe" in read("Build_DoctorWorkstation.bat")
|
||||
|
||||
|
||||
def test_debug_launcher_reuses_an_isolated_persistent_profile() -> None:
|
||||
debug_script = read("Debug_DoctorWorkstation.bat")
|
||||
|
||||
assert "%LOCALAPPDATA%\\ZhenYangTang\\DoctorWorkstation\\Debug" in debug_script
|
||||
assert "DOCTOR_CONFIG_DIR=%DEBUG_PROFILE%\\config" in debug_script
|
||||
assert "DOCTOR_LOG_DIR=%DEBUG_PROFILE%\\logs" in debug_script
|
||||
assert "%RANDOM%" not in debug_script
|
||||
|
||||
|
||||
def test_macos_one_click_entrypoints_and_release_pipeline() -> None:
|
||||
for name in (
|
||||
"run_macos.command",
|
||||
|
||||
Reference in New Issue
Block a user