MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / test_once

Function test_once

test/12.cors.py:24–28  ·  view source on GitHub ↗
(browser: Chrome, output_file, process_func)

Source from the content-addressed store, hash-verified

22
23
24def test_once(browser: Chrome, output_file, process_func):
25 template.test_output(browser)
26 template.test_input(browser)
27 time.sleep(1)
28 return template.save_output(browser, output_file, process_func)[0]
29
30
31def test(server_proc: subprocess.Popen, browser: Chrome):

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…