Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamuraiT/mecab-python3
/ sub_test
Function
sub_test
test/test_basic.py:43–44 ·
view source on GitHub ↗
(testcase, *args, **kwargs)
Source
from the content-addressed store, hash-verified
41
42
43
def
sub_test(testcase, *args, **kwargs):
44
return
testcase.subTest(*args, **kwargs)
45
46
47
class
TestTagger(unittest.TestCase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected