From b6076bee61984e6e05bf0d02e1daf09f0469e526 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 15 Mar 2020 21:14:59 -0400 Subject: Add test capturing use-case for normalized version. Ref #308. --- setuptools/tests/test_dist.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setuptools/tests/test_dist.py') diff --git a/setuptools/tests/test_dist.py b/setuptools/tests/test_dist.py index 6e8c45fd..26c271b1 100644 --- a/setuptools/tests/test_dist.py +++ b/setuptools/tests/test_dist.py @@ -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 -- cgit v1.2.3