Example #1
0
 def test_length_string(self):
     # Find the length of quote.
     observed = Task1.length_string(quote)
     expected = 107
     self.assertEqual(observed, expected)