Trust-Code / python-boleto

Boleto mantido por Trustcode
Other
72 stars 71 forks source link

Inicio implementação banco Sicredi #26

Closed gdurga closed 6 years ago

gdurga commented 6 years ago

Alterações para gerar boletos para o Sicredi, de acordo com manuais encontrados neste link

coveralls commented 6 years ago

Coverage Status

Coverage increased (+2.6%) to 79.141% when pulling 1644038cfb02564b027c9fb83239282030be5fd9 on gdurga:master3 into 008f100268871893f1f870c7deb9405ef91d313d on Trust-Code:master3.

danimaribeiro commented 6 years ago

Ainda está em progresso?

gdurga commented 6 years ago

Os boletos estão sendo gerados, nos testes que fiz tudo deu certo, necessita de mais testes para validar se está tudo ok

Em ter, 2 de out de 2018 às 10:46, Danimar Ribeiro notifications@github.com escreveu:

Reopened #26 https://github.com/Trust-Code/python-boleto/pull/26.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Trust-Code/python-boleto/pull/26#event-1879354180, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9ziKTyh0j9gfz8iCDPug29AHmAgRteks5ug245gaJpZM4XCjiA .

danimaribeiro commented 6 years ago

Ok, vou fazer merge. Em caso de mudanças envia um novo PR daí.

gdurga commented 6 years ago

Pode deixar, vou fazer mais testes e criar as classes de teste e envio outro PR alterando o README também

Em ter, 2 de out de 2018 às 11:01, Danimar Ribeiro notifications@github.com escreveu:

Merged #26 https://github.com/Trust-Code/python-boleto/pull/26 into master3.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Trust-Code/python-boleto/pull/26#event-1879399263, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9ziDSTRW_lOioNMdNPUm_Ne4VnXthxks5ug3HAgaJpZM4XCjiA .

danimaribeiro commented 6 years ago

Próximo PR pode incrementar a versão também: https://github.com/Trust-Code/python-boleto/blob/master3/pyboleto/__init__.py

gdurga commented 6 years ago

Ok, anotado

Em ter, 2 de out de 2018 às 11:17, Danimar Ribeiro notifications@github.com escreveu:

Próximo PR pode incrementar a versão também:

https://github.com/Trust-Code/python-boleto/blob/master3/pyboleto/__init__.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Trust-Code/python-boleto/pull/26#issuecomment-426291051, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9ziL49eLuNSAFLcuD7xcArXJC6NpsJks5ug3WQgaJpZM4XCjiA .

gdurga commented 6 years ago

Danimar, estou tendo problemas nos testes unitarios Criei uma classe para o Sicredi baseado nas já existentes para outros bancos porém estou recebendo erros nos seguintes testes: test_html_rendering, test_pdf_rendering e test_pdf_triplo_rendering Vi que tem arquivos HTML e XML dentro da pasta tests, eu devo criar esses arquivos? Quando rodo os testes os arquivos são criados porém sem nenhum conteúdo

Em ter, 2 de out de 2018 às 11:21, Gilberto Minuzzi Durgante Junior < gilberto.durgante@gmail.com> escreveu:

Ok, anotado

Em ter, 2 de out de 2018 às 11:17, Danimar Ribeiro < notifications@github.com> escreveu:

Próximo PR pode incrementar a versão também:

https://github.com/Trust-Code/python-boleto/blob/master3/pyboleto/__init__.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Trust-Code/python-boleto/pull/26#issuecomment-426291051, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9ziL49eLuNSAFLcuD7xcArXJC6NpsJks5ug3WQgaJpZM4XCjiA .

danimaribeiro commented 6 years ago

Primeiro você deve rodar o teste e modificar para ele criar o arquivo. Na segunda vez tu volta ao código original para que ele compare com o arquivo gerado previamente.

gdurga commented 6 years ago

Ok, obrigado pelo retorno