diff options
| author | Jonathan Lange <jml@canonical.com> | 2011-07-26 22:24:27 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2011-07-26 22:24:27 +0100 |
| commit | c84ddb98a268b84198df11aa41f0fa582f57892a (patch) | |
| tree | a98c800627f801f334d0195fded59c4f1fc42397 /scripts | |
| parent | 337a95d6934e558a84e8edf8d0db1a99b48fafad (diff) | |
| download | testtools-c84ddb98a268b84198df11aa41f0fa582f57892a.tar.gz | |
Some docs.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/all-pythons | 6 |
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 |
