summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-08-11 09:54:55 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2011-08-11 09:54:55 -0400
commitb8827dc6e99eea433d6fef9518b332d008f7a905 (patch)
tree002cbc5a0d2f6ca80a55eb08b6ecb8fcb60bbd8d /test
parentadbc7ecfea5b3e3349cdb4b4eac702d1e2b42e63 (diff)
parent74fef7e4d1d3154f7a0c3b53c60d760bfeeadbf8 (diff)
[r=leonardr] Changes to make Beautiful Soup work with Python 3. Code by Thomas Kluyver.
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 67c0cdc..420e5ef 100755
--- a/test
+++ b/test
@@ -2,4 +2,4 @@
# Run all the tests in /tests/.
# Don't run the test superclasses in /beautifulsoup/.
-unit2 discover -t . -s tests
+unit2 discover -t . -s bs4.tests