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'))