Add comment to test samples in test_basekeyparser
This commit is contained in:
parent
96ddfd5b65
commit
55e3645131
@ -69,6 +69,7 @@ class TestSplitCount:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
TESTS = [
|
TESTS = [
|
||||||
|
# (input_key, supports_count, expected)
|
||||||
('10', True, (10, '')),
|
('10', True, (10, '')),
|
||||||
('10foo', True, (10, 'foo')),
|
('10foo', True, (10, 'foo')),
|
||||||
('-1foo', True, (None, '-1foo')),
|
('-1foo', True, (None, '-1foo')),
|
||||||
|
Loading…
Reference in New Issue
Block a user