Add comment to test samples in test_basekeyparser

This commit is contained in:
Bruno Oliveira 2015-04-09 18:13:13 -03:00
parent 96ddfd5b65
commit 55e3645131

View File

@ -69,6 +69,7 @@ class TestSplitCount:
"""
TESTS = [
# (input_key, supports_count, expected)
('10', True, (10, '')),
('10foo', True, (10, 'foo')),
('-1foo', True, (None, '-1foo')),