MCPcopy Create free account
hub / github.com/cztomczak/cefpython / subtest_message

Function subtest_message

unittests/_common.py:32–36  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

30
31
32def subtest_message(message):
33 global g_subtests_ran
34 g_subtests_ran += 1
35 print(str(g_subtests_ran) + ". " + message)
36 sys.stdout.flush()
37
38
39def show_test_summary(pyfile):

Callers 10

test_osrMethod · 0.85
select_h1_textFunction · 0.85
OnPaintMethod · 0.85
run_message_loopFunction · 0.85
js_code_completedFunction · 0.85
check_auto_assertsFunction · 0.85
OnConsoleMessageMethod · 0.85
close_devtoolsFunction · 0.85
OnLoadEndMethod · 0.85
test_mainMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_osrMethod · 0.68
select_h1_textFunction · 0.68
OnPaintMethod · 0.68
test_mainMethod · 0.68