MCPcopy Index your code
hub / github.com/python/cpython / notifyTestsDiscovered

Method notifyTestsDiscovered

Tools/unittestgui/unittestgui.py:117–119  ·  view source on GitHub ↗

Override to display information about the suite of discovered tests

(self, test_suite)

Source from the content-addressed store, hash-verified

115 # Required callbacks
116
117 def notifyTestsDiscovered(self, test_suite):
118 "Override to display information about the suite of discovered tests"
119 pass
120
121 def notifyRunning(self):
122 "Override to set GUI in 'running' mode, enabling 'stop' button etc."

Callers 1

discoverClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected