Skip to content

Commit

Permalink
Update TODO list with Python Poetry tasks
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lipemorais committed Jan 15, 2024
1 parent fcba2a3 commit 7628b16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7628b16

Please sign in to comment.