This commit is contained in:
Brandon Rothweiler 2023-02-22 09:39:29 -05:00
parent 927616decb
commit 7610a0459e

View File

@ -47,6 +47,18 @@ class _TestMatchingBase(TestCase):
class TestMatching(_TestMatchingBase):
def test_match_none(self):
self._test_matching(
"",
"MATCH_NONE",
(),
(
"no",
"match",
),
)
def test_match_all(self):
self._test_matching(