diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 13:42:18 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 13:42:18 -0500 |
commit | deaeb40977719ea821a62f41d75e2c9f48559094 (patch) | |
tree | 24368c93ef864824dbefa29573f5fe2ee605b13f /bs4/testing.py | |
parent | 6f15d9569be0f247a00a9d900246124bdeecec87 (diff) |
Inserted extra space.
Diffstat (limited to 'bs4/testing.py')
-rw-r--r-- | bs4/testing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bs4/testing.py b/bs4/testing.py index e6f7f75..c77b3b6 100644 --- a/bs4/testing.py +++ b/bs4/testing.py @@ -418,6 +418,7 @@ class HTML5TreeBuilderSmokeTest(HTMLTreeBuilderSmokeTest): self.assertEqual(namespace, soup.math.namespace) self.assertEqual(namespace, soup.sqrt.namespace) + def skipIf(condition, reason): def nothing(test, *args, **kwargs): return None |