diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 16:35:45 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 16:35:45 -0500 |
commit | 6e38af3782179d1def84dd1f9279c84f8ffefd65 (patch) | |
tree | c1cda27cd64863d2a6c043e5a36a453a6a07a824 /README.txt | |
parent | 703ee4a184e491be056ae5c4c7549e004be12622 (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.txt | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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. |