def test_ticker_symbol_2(self):
     self.assertEqual(True, other_functions.test_ticker('GOOG'))
示例#2
0
 def test_ticker_symbol_2(self):
     self.assertEqual(True,other_functions.test_ticker('GOOG'))
 def test_ticker_symbol_1(self):
     self.assertEqual(False, other_functions.test_ticker('APPL'))
示例#4
0
 def test_ticker_symbol_1(self):
     self.assertEqual(False, other_functions.test_ticker('APPL'))