MCPcopy 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

10class 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

RureClass · 0.90

Tested by

no test coverage detected