We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8daddce commit cf88fd7Copy full SHA for cf88fd7
tests/test_smoke.py
@@ -4,7 +4,7 @@
4
def test_readme_exists():
5
assert (pathlib.Path(__file__).parents[1] / "README.md").exists()
6
7
-def test_demo_imports():
8
- # Should import without importing gradio (UI import is lazy)
+def test_gradio_demo_module_is_present():
+ # this does not import the module, so it will not run code or need deps
9
spec = importlib.util.find_spec("gradio_demo")
10
assert spec is not None
0 commit comments