[Python-apps-commits] r11157 - in packages/pyrit/trunk/debian/tests (unittests-default)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sat Aug 9 21:04:59 UTC 2014


    Date: Saturday, August 9, 2014 @ 21:04:58
  Author: chrisk-guest
Revision: 11157

Refresh comments

Modified:
  packages/pyrit/trunk/debian/tests/unittests-default

Modified: packages/pyrit/trunk/debian/tests/unittests-default
===================================================================
--- packages/pyrit/trunk/debian/tests/unittests-default	2014-08-09 21:04:34 UTC (rev 11156)
+++ packages/pyrit/trunk/debian/tests/unittests-default	2014-08-09 21:04:58 UTC (rev 11157)
@@ -1,11 +1,11 @@
 #!/bin/sh
-# Run pyrit unit tests using the default Python version
-# Assumes $ADTTMP is set, see /usr/share/doc/autopkgtest/README.package-tests.gz
+# Run pyrit unit tests using the default Python version. Assumes
+# $ADTTMP is set, see /usr/share/doc/autopkgtest/README.package-tests.gz
 set -e
 
 
-# We just copy the entire test suite to the $ADTTMP directory (because of the
-# .pyc files) and run the tests from within there.
+# We just copy the entire test suite to the $ADTTMP directory and run the
+# tests from within there.
 cp -r test "$ADTTMP"
 cd "$ADTTMP"/test
 python test_pyrit.py




More information about the Python-apps-commits mailing list