Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_patma_000
Method
test_patma_000
Lib/test/test_patma.py:136–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
class
TestPatma(unittest.TestCase):
135
136
def
test_patma_000(self):
137
match 0:
138
case 0:
139
x = True
140
self.assertIs(x, True)
141
142
def
test_patma_001(self):
143
match 0:
Callers
nothing calls this directly
Calls
1
assertIs
Method · 0.45
Tested by
no test coverage detected