From deaeb40977719ea821a62f41d75e2c9f48559094 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 23 Feb 2012 13:42:18 -0500 Subject: Inserted extra space. --- bs4/testing.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bs4/testing.py') 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 -- cgit v1.2.3