Relaxed time frame check in test_strip_tags

This commit is contained in:
Claude Paroz 2013-04-01 22:50:49 +02:00
parent 2f81a0ca65
commit edc782b7b5
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ class TestUtilsHtml(TestCase):
stripped = html.strip_tags(fp.read())
elapsed = datetime.now() - start
self.assertEqual(elapsed.seconds, 0)
self.assertLess(elapsed.microseconds, 100000)
self.assertIn("Please try again.", stripped)
self.assertNotIn('<', stripped)