summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2011-07-26 22:24:27 +0100
committerJonathan Lange <jml@canonical.com>2011-07-26 22:24:27 +0100
commitc84ddb98a268b84198df11aa41f0fa582f57892a (patch)
treea98c800627f801f334d0195fded59c4f1fc42397 /scripts
parent337a95d6934e558a84e8edf8d0db1a99b48fafad (diff)
downloadtesttools-c84ddb98a268b84198df11aa41f0fa582f57892a.tar.gz
Some docs.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/all-pythons6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/all-pythons b/scripts/all-pythons
index b138e12..d4cfd69 100644
--- a/scripts/all-pythons
+++ b/scripts/all-pythons
@@ -1,5 +1,11 @@
#!/usr/bin/python
+"""Run the testtools test suite for all supported Pythons.
+
+Prints output as a subunit test suite. If anything goes to stderr, that is
+treated as a test error. If a Python is not available, then it is skipped.
+"""
+
from datetime import datetime
import os
import subprocess