mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
more fixes
This commit is contained in:
parent
7015e79d22
commit
b03581c684
@ -21,6 +21,7 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
cd test
|
||||
python3 -m unittest
|
||||
- store_artifacts:
|
||||
path: test-reports/
|
||||
|
@ -23,7 +23,7 @@ class TestWebcam(unittest.TestCase):
|
||||
def test_path_exists(self):
|
||||
inp = inputs.Webcam()
|
||||
path = inputs.BASE_INPUT_INTERFACE_JS_PATH.format(inp.get_name())
|
||||
self.assertFalse(os.path.exists(os.path.join(PACKAGE_NAME, path))) # Note implemented yet.
|
||||
self.assertFalse(os.path.exists(os.path.join('..', PACKAGE_NAME, path))) # Note implemented yet.
|
||||
|
||||
def test_preprocessing(self):
|
||||
inp = inputs.Webcam()
|
||||
|
Loading…
Reference in New Issue
Block a user