diff options
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 |