def setUp(self):
     itau_data = get_itau_data_from_file()
     self.header_arquivo = itau_data['header_arquivo']
     self.seg_p = itau_data['seg_p1']
     self.seg_p_str = itau_data['seg_p1_str']
     self.seg_q = itau_data['seg_q1']
     self.seg_q_str = itau_data['seg_q1_str']
Beispiel #2
0
 def setUp(self):
     itau_data = get_itau_data_from_file()
     self.header_arquivo = itau_data['header_arquivo']
     self.seg_p = itau_data['seg_p1']
     self.seg_p_str = itau_data['seg_p1_str']
     self.seg_q = itau_data['seg_q1']
     self.seg_q_str = itau_data['seg_q1_str']
Beispiel #3
0
 def setUp(self):
     itau_data = get_itau_data_from_file()
     self.header = itau_data['header_arquivo']
     self.header_lote = itau_data['header_lote']
     self.lote = itau_data['lote_cob']
     self.evento_1 = itau_data['evento_cob1']
     self.evento_2 = itau_data['evento_cob2']
     self.remessa = itau_data['remessa']
 def setUp(self):
     itau_data = get_itau_data_from_file()
     self.lote = itau_data['lote_cob']
     self.evento_1 = itau_data['evento_cob1']
     self.evento_2 = itau_data['evento_cob2']
     self.remessa = itau_data['remessa']