Example #1
0
 def test_count_quote(self):
     # To count the number of any letter in the following quote.
     observed = Task1.count_quote(quote)
     expected = 10
     self.assertEqual(observed, expected)