PEP8 Fix To Test File
parent
88acee1bc2
commit
ae5d6273bc
|
@ -40,7 +40,6 @@ class TestNormalize(unittest.TestCase):
|
||||||
self.assertEqual(extractnumber("three quarter cups"), 3.0/4.0)
|
self.assertEqual(extractnumber("three quarter cups"), 3.0/4.0)
|
||||||
self.assertEqual(extractnumber("three quarters cups"), 3.0/4.0)
|
self.assertEqual(extractnumber("three quarters cups"), 3.0/4.0)
|
||||||
|
|
||||||
|
|
||||||
def test_spaces(self):
|
def test_spaces(self):
|
||||||
self.assertEqual(normalize(" this is a test"),
|
self.assertEqual(normalize(" this is a test"),
|
||||||
"this is test")
|
"this is test")
|
||||||
|
|
Loading…
Reference in New Issue