MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / test

Function test

test/1.basic.py:27–37  ·  view source on GitHub ↗
(server_proc: subprocess.Popen, browser: Chrome)

Source from the content-addressed store, hash-verified

25
26
27def test(server_proc: subprocess.Popen, browser: Chrome):
28 template.test_output(browser, enable_percy=True)
29
30 template.test_input(browser, enable_percy=True)
31
32 time.sleep(1)
33 template.save_output(browser, '1.basic.html')
34
35 browser.get('http://localhost:8080/') # to close current session
36
37 template.test_defer_call()
38
39
40def start_test_server():

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…