Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
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
39
def
show_test_summary(pyfile):
Callers
10
test_osr
Method · 0.85
select_h1_text
Function · 0.85
OnPaint
Method · 0.85
run_message_loop
Function · 0.85
js_code_completed
Function · 0.85
check_auto_asserts
Function · 0.85
OnConsoleMessage
Method · 0.85
close_devtools
Function · 0.85
OnLoadEnd
Method · 0.85
test_main
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_osr
Method · 0.68
select_h1_text
Function · 0.68
OnPaint
Method · 0.68
test_main
Method · 0.68