Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ OwnArgsTestProgram
Class
OwnArgsTestProgram
test/py/TestClient.py:490–496 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
489
490
class
OwnArgsTestProgram(unittest.TestProgram):
491
def
parseArgs(self, argv):
492
if
args:
493
self.testNames = args
494
else
:
495
self.testNames = ([self.defaultTest])
496
self.createTests()
497
498
499
if
__name__ ==
"__main__"
:
Callers
1
TestClient.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected