mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
parent
b169896a9a
commit
c4a884a9a7
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -12,5 +12,8 @@
|
||||
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
|
||||
"python.analysis.extraPaths": ["./gradio/themes/utils"],
|
||||
"prettier.configPath": ".config/.prettierrc.json",
|
||||
"prettier.ignorePath": ".config/.prettierignore"
|
||||
"prettier.ignorePath": ".config/.prettierignore",
|
||||
"python.testing.pytestArgs": ["."],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
@ -95,7 +95,7 @@ class TestInterface:
|
||||
interface.launch(prevent_thread_lock=False)
|
||||
output = out.getvalue().strip()
|
||||
assert (
|
||||
output == "Keyboard interruption in main thread... closing server."
|
||||
"Keyboard interruption in main thread... closing server." in output
|
||||
)
|
||||
|
||||
@mock.patch("gradio.utils.colab_check")
|
||||
|
Loading…
x
Reference in New Issue
Block a user