Revision 5a002642
Added by jahoti almost 2 years ago
- ID 5a0026423b61915fd2f9544456b2634505a952b1
- Parent 6d819aae
test/server.py | ||
---|---|---|
33 | 33 |
from threading import Thread |
34 | 34 |
|
35 | 35 |
from .proxy_core import ProxyRequestHandler, ThreadingHTTPServer |
36 |
from .misc_constants import *
|
|
36 |
from .config import *
|
|
37 | 37 |
from .world_wide_library import catalog as internet |
38 | 38 |
|
39 | 39 |
class RequestHijacker(ProxyRequestHandler): |
Also available in: Unified diff
Allow testing behavior to be customized
Adds PYTEST, PYTHON, BROWSER_BIN, TEST_PORT, and TEST_PROFILE variables
to configure.