コード例 #1
0
 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'))
コード例 #3
0
 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'))