Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/impira/docquery
/ test_singleton
Function
test_singleton
tests/test_web_driver.py:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
test_singleton():
5
d1 = get_webdriver()
6
d2 = get_webdriver()
7
assert d1 is d2,
"Both webdrivers should map to the same instance"
8
9
10
def
test_readme_file():
Callers
nothing calls this directly
Calls
1
get_webdriver
Function · 0.90
Tested by
no test coverage detected