コード例 #1
0
 def test_end_to_end_transfer_converter_send(self):
     test_transfer_converter = TransferConverter(test_send_file,
                                                 transactions_folder=self.test_transaction_folder)
     test_transfer_converter.parse()
     test_transfer_converter.save_transfer_file()
     test_transfer_converter.insert_to_excel(daily_records_folder=testing_excel_destination_folder)
     test_transfer_converter.convert_to_pdf(is_to_print=False)
     test_transfer_converter.check_terror()