Skip to content

Commit a814098

Browse files
committed
Add test in utils.is_valid_cidr
1 parent b87d934 commit a814098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def test_valid(self):
300300
"192.168.1.0/128",
301301
"192.168.1.0/-1",
302302
"192.168.1.999/24",
303+
"1.1.1.1 something/24",
303304
),
304305
)
305306
def test_invalid(self, value):

0 commit comments

Comments
 (0)