From 7628b16c173577b7ebd57c103700c15b6ea1cc87 Mon Sep 17 00:00:00 2001 From: FeliPython Date: Sun, 14 Jan 2024 22:58:13 -0300 Subject: [PATCH] Update TODO list with Python Poetry tasks The TODO list has been updated to include tasks related to using Python Poetry. These tasks cover dependency management, pytest configuration, and updating the execution script in Github actions. The initially mentioned Python Poetry task was moved to a more specific section. --- TODO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 90cfe5d..334cc5a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,9 @@ # TODO -- pular caso algum problema na lista aconteça +- Usar Python Poetry + - Dependências✅ + - Configurações para rodar o Pytest✅ + - Atualizar script de execução no github actions✅ +- pular caso algum problema na lista aconteça de transações na hora de enviar para o YNAB - Account - NICE_TO_HAVE: Send all transactions at once ynab.send_account_transaction - NICE_TO_HAVE: Add mypy to verify type hint @@ -12,7 +16,6 @@ - Qualidade de código - Cobertura de testes - Referência: https://github.com/cuducos/calculadora-do-cidadao -- Usar Python Poetry - Usar Read The Docs - Adicionar testes de mutação com [mutmut](https://github.com/boxed/mutmut) - Alternativas: https://github.com/mutpy/mutpy & https://github.com/sixty-north/cosmic-ray