def test_get_company_name_2(self):
     self.assertEqual('Yahoo! Inc.',
                      other_functions.get_company_name('yhoo'))
示例#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'))
示例#4
0
 def test_get_company_name_1(self):
     self.assertEqual('Google Inc.', other_functions.get_company_name('goog'))