mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Add test
This commit is contained in:
parent
927616decb
commit
7610a0459e
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user