MCPcopy 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
4def 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
10def test_readme_file():

Callers

nothing calls this directly

Calls 1

get_webdriverFunction · 0.90

Tested by

no test coverage detected