summaryrefslogtreecommitdiff
path: root/bs4/tests/test_soup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2013-06-03 08:02:06 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2013-06-03 08:02:06 -0400
commit1235765f2f6009428c0b1c60e56656851b9334ce (patch)
tree7a1aced6826c1703890dc6258b70e9150ae2d9ec /bs4/tests/test_soup.py
parent4a84a3088fc653e390eac5f5572d0d21a697d86f (diff)
Let's get some profiling going.
Diffstat (limited to 'bs4/tests/test_soup.py')
-rw-r--r--bs4/tests/test_soup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bs4/tests/test_soup.py b/bs4/tests/test_soup.py
index 6219b89..910b37e 100644
--- a/bs4/tests/test_soup.py
+++ b/bs4/tests/test_soup.py
@@ -96,7 +96,6 @@ class TestWarnings(SoupTest):
soup = self.soup("http://www.crummy.com/ is great")
self.assertEqual(0, len(w))
-
class TestSelectiveParsing(SoupTest):
def test_parse_with_soupstrainer(self):