From 86f7051feee1473a30df564bc0634f5bfa4bba4c Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 29 May 2025 16:00:39 +0900 Subject: Add another rare test case --- tst/test_help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tst/test_help.py') diff --git a/tst/test_help.py b/tst/test_help.py index 0889961..3e5ce87 100644 --- a/tst/test_help.py +++ b/tst/test_help.py @@ -57,6 +57,7 @@ def test_long_option(help_string, short, long, metavar): assert f'{short} {metavar}, {long}={metavar}' in help_string +@example('a.example:b', None) # string is unlikely to match .*:\D+ @example('a.example:98', None) # string is unlikely to match .*:\d+ @given(...) def test_netloc(string: str, default_port: int | None): -- cgit 1.4.1