summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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.