def test_get_company_name_2(self):
     self.assertEqual('Yahoo! Inc.',
                      other_functions.get_company_name('yhoo'))
Exemplo n.º 2
0
 def test_get_company_name_2(self):
     self.assertEqual('Yahoo! Inc.', other_functions.get_company_name('yhoo'))
 def test_get_company_name_1(self):
     self.assertEqual('Google Inc.',
                      other_functions.get_company_name('goog'))
Exemplo n.º 4
0
 def test_get_company_name_1(self):
     self.assertEqual('Google Inc.', other_functions.get_company_name('goog'))