def test_ticker_symbol_2(self):
     self.assertEqual(True, other_functions.test_ticker('GOOG'))
Exemplo n.º 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'))
Exemplo n.º 4
0
 def test_ticker_symbol_1(self):
     self.assertEqual(False, other_functions.test_ticker('APPL'))