Beispiel #1
0
 def test_18_index_negative(self):
     index = ValueHistory.index(1234, self.value_history_list)
     self.assertEqual(-1, index)
Beispiel #2
0
 def test_17_index(self):
     index = ValueHistory.index(self.DATE_MS3, self.value_history_list)
     self.assertEqual(2, index)