[Python-checkins] distutils2: Update some tests to use the new API

tarek.ziade python-checkins at python.org
Thu Jul 15 01:38:05 CEST 2010


tarek.ziade pushed 22ca522e9915 to distutils2:

http://hg.python.org/distutils2/rev/22ca522e9915
changeset:   352:22ca522e9915
user:        Alexis Metaireau <ametaireau at gmail.com>
date:        Mon Jul 05 11:15:34 2010 +0200
summary:     Update some tests to use the new API
files:       src/distutils2/tests/test_pypi_simple.py

diff --git a/src/distutils2/tests/test_pypi_simple.py b/src/distutils2/tests/test_pypi_simple.py
--- a/src/distutils2/tests/test_pypi_simple.py
+++ b/src/distutils2/tests/test_pypi_simple.py
@@ -213,7 +213,6 @@
         # and rel="homepage"
         self.assertIn("%s/simple/foobar/" % server.full_address,
             index._processed_urls)  # it's the simple index page
-
         self.assertIn("%s/external/homepage.html" % server.full_address,
             index._processed_urls)  # the external homepage is rel="homepage"
         self.assertNotIn("%s/external/nonrel.html" % server.full_address,

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list