diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 10:03:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 10:03:20 -0500 |
commit | 0a53ebe4c61ecf78b19fd5a5fe0ae2a66654dd18 (patch) | |
tree | 40bad5c07868263df7f6b96ba7c957aafe2f2f95 | |
parent | 0909884d21621394c0e810c508ceb4a4743ab8b5 (diff) |
Updated testing instructions.
-rw-r--r-- | README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |