summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 16:35:45 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 16:35:45 -0500
commit6e38af3782179d1def84dd1f9279c84f8ffefd65 (patch)
treec1cda27cd64863d2a6c043e5a36a453a6a07a824 /README.txt
parent703ee4a184e491be056ae5c4c7549e004be12622 (diff)
Tests now work in both versions, and it's possible to test both versions by running one command.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 585487e..ec9801e 100644
--- a/README.txt
+++ b/README.txt
@@ -200,14 +200,12 @@ parser, you can set it manually.
Here's how to run the tests on Python 2.7:
$ cd bs4
- $ python2.7 -m unittest discover
+ $ python2.7 -m unittest discover -s bs4
Here's how to do it with Python 3.2:
$ ./convert-python3.2
$ cd python3.2/bs4
- $ python3.2 -m unittest discover
-
-
-
+ $ python3.2 -m unittest discover -s bs4
+The script test-all-versions will run the tests twice.