From 7610a0459e37cd7fc53ebe91fdf1ea3e0130d7df Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler Date: Wed, 22 Feb 2023 09:39:29 -0500 Subject: [PATCH] Add test --- src/documents/tests/test_matchables.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/documents/tests/test_matchables.py b/src/documents/tests/test_matchables.py index 8dc629b0b..8d5cd6695 100644 --- a/src/documents/tests/test_matchables.py +++ b/src/documents/tests/test_matchables.py @@ -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(