Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ test_empty_string
Method
test_empty_string
rure/tests/test_rure.py:12–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
class
TestRure(unittest.TestCase):
11
12
def
test_empty_string(self):
13
re = Rure(b
""
)
14
self.assertIsNotNone(re)
15
16
def
test_is_match(self):
17
haystack = b
"snowman: \xE2\x98\x83"
Callers
nothing calls this directly
Calls
1
Rure
Class · 0.90
Tested by
no test coverage detected