aboutsummaryrefslogtreecommitdiff
path: root/test/server.py
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-12-02 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-12-02 00:00:00 +0000
commit5a0026423b61915fd2f9544456b2634505a952b1 (patch)
tree957e2ea870efd88dd987e56c6c89d2a24bcb6ee6 /test/server.py
parent6d819aaea70756b778e71478ec6ce40a8d680841 (diff)
downloadbrowser-extension-build-sys.tar.gz
browser-extension-build-sys.zip
Allow testing behavior to be customizedbuild-sys
Adds PYTEST, PYTHON, BROWSER_BIN, TEST_PORT, and TEST_PROFILE variables to configure.
Diffstat (limited to 'test/server.py')
-rwxr-xr-xtest/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server.py b/test/server.py
index 6013955..460be60 100755
--- a/test/server.py
+++ b/test/server.py
@@ -33,7 +33,7 @@ from urllib.parse import parse_qs
from threading import Thread
from .proxy_core import ProxyRequestHandler, ThreadingHTTPServer
-from .misc_constants import *
+from .config import *
from .world_wide_library import catalog as internet
class RequestHijacker(ProxyRequestHandler):