fix(webui): package-qualify webui_testclient import across test suite (Closes #682)
This commit is contained in:
@@ -23,7 +23,7 @@ import sys
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
from webui_testclient import TestClient
|
||||
from tests.webui_testclient import TestClient
|
||||
|
||||
sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user