aboutsummaryrefslogtreecommitdiff
path: root/test/profiles.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/profiles.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/profiles.py')
-rwxr-xr-xtest/profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles.py b/test/profiles.py
index a833097..510711f 100755
--- a/test/profiles.py
+++ b/test/profiles.py
@@ -29,7 +29,7 @@ from selenium import webdriver
from selenium.webdriver.firefox.options import Options
import time
-from .misc_constants import *
+from .config import *
def set_profile_proxy(profile, proxy_host, proxy_port):
# proxy type 1 designates "manual"