From ec01935af6d2e765a972ce87ad0ea72dff3a0b2a Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Mon, 26 Mar 2012 01:05:11 +0200 Subject: [PATCH] test guess_pkgname_and_version with 'pep8' --- tests/test_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_core.py b/tests/test_core.py index 775895e..fd21bc3 100755 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -14,6 +14,7 @@ files = [ ("greenlet-0.3.4.win-amd64-py3.2.exe", "greenlet", "0.3.4"), ("greenlet-0.3.4-py3.2-win32.egg", "greenlet", "0.3.4"), ("greenlet-0.3.4-py2.7-linux-x86_64.egg", "greenlet", "0.3.4"), + ("pep8-0.6.0.zip", "pep8", "0.6.0"), ("pytz-2012b.zip", "pytz", "2012b")]