Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ test_no_param
Method
test_no_param
client/test/test_codepuppy.py:21–22 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
print(
"TestCodePuppy < "
+
"="
* 120)
20
21
def
test_no_param(self):
22
CodePuppy().main()
23
24
def
test_help_param(self):
25
argv.append(
"help"
)
Callers
nothing calls this directly
Calls
2
CodePuppy
Class · 0.90
main
Method · 0.80
Tested by
no test coverage detected