[Python-modules-commits] r19469 - in packages/cssutils/trunk/debian (rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Nov 29 20:10:51 UTC 2011


    Date: Tuesday, November 29, 2011 @ 20:10:49
  Author: cjsmo-guest
Revision: 19469

reordered some tests

Modified:
  packages/cssutils/trunk/debian/rules

Modified: packages/cssutils/trunk/debian/rules
===================================================================
--- packages/cssutils/trunk/debian/rules	2011-11-29 19:15:52 UTC (rev 19468)
+++ packages/cssutils/trunk/debian/rules	2011-11-29 20:10:49 UTC (rev 19469)
@@ -41,7 +41,7 @@
 		mv $(CURDIR)/debian/python-cssutils/usr/lib/$$py/dist-packages/tests \
 		   $(CURDIR)/debian/python-cssutils/usr/lib/$$py/dist-packages/cssutils_tests; \
 		nosetests --verbosity=2 -w $(T_DIR)/$$py/dist-packages/cssutils_tests \
-		basetest.py test_codec.py test_parse.py test_csscharsetrule.py \
+		basetest.py test_codec.py test_csscharsetrule.py \
 		test_csscomment.py test_cssfontfacerule.py test_cssimportrule.py \
 		test_cssnamespacerule.py test_csspagerule.py test_cssproperties.py \
 		test_cssrule.py test_cssrulelist.py test_cssstyledeclaration.py \
@@ -49,10 +49,10 @@
 		test_cssutilsimport.py test_cssvalue.py test_cssvariablesdeclaration.py \
 		test_cssvariablesrule.py test_domimplementation.py test_errorhandler.py \
 		test_helper.py test_cssmediarule.py test_medialist.py test_mediaquery.py \
-		test_prodparser.py test_profiles.py test_properties.py test_property.py \
-		test_selector.py test_selectorlist.py test_serialize.py test_settings.py \
-		test_stylesheet.py test_tokenize2.py test_util.py test_value.py \
-		test_x.py test_encutils/__init__.py; \
+		test_parse.py test_prodparser.py test_profiles.py test_properties.py \
+		test_property.py test_selector.py test_selectorlist.py test_serialize.py \
+		test_settings.py test_stylesheet.py test_tokenize2.py test_util.py \
+		test_value.py test_x.py test_encutils/__init__.py; \
 	done
 
 override_dh_installman:




More information about the Python-modules-commits mailing list