summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-21 08:05:17 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-21 08:05:17 -0500
commitab5cfcead94a0c99d0f325883960097ef223fca6 (patch)
treebe531463bd32fe82273ed97d4916ffcefd0e41fb /README.txt
parente1b321db7331752a3aea8dd7070dd0db4c60c51d (diff)
parent60cb51632dce022d1a4aff18500d286e58e0bd5c (diff)
Merged from trunk.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a09824f..305c51e 100644
--- a/README.txt
+++ b/README.txt
@@ -42,10 +42,11 @@ documentation.
= Running the unit tests =
-Beautiful Soup supports unit test discovery. You can run the tests
-from the project root directory with this command:
+Beautiful Soup supports unit test discovery from the project root directory:
- $ python -m unittest discover -s bs4
+ $ nosetests
+
+ $ python -m unittest discover -s bs4 # Python 2.7 and up
If you checked out the source tree, you should see a script in the
home directory called test-all-versions. This script will run the unit