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

Method getDirectoryToDiscover

Tools/unittestgui/unittestgui.py:71–73  ·  view source on GitHub ↗

Override to prompt user for directory to perform test discovery

(self)

Source from the content-addressed store, hash-verified

69 pass
70
71 def getDirectoryToDiscover(self):
72 "Override to prompt user for directory to perform test discovery"
73 pass
74
75 def runClicked(self):
76 "To be called in response to user choosing to run a test"

Callers 1

discoverClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected