Commit b6076bee authored by Jason R. Coombs's avatar Jason R. Coombs

Add test capturing use-case for normalized version. Ref #308.

parent 24fa288a
......@@ -139,6 +139,13 @@ def __read_test_cases():
{'name': 'foo',
'version': '1.0.0',
'author': 'Snorri Sturluson'}),
(
'Normalized version',
dict(
name='foo',
version='1.0.0a',
),
),
]
return test_cases
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment