Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Corrigir a ausência do objeto PlanoTrabalho na sessão do SQLAlchemy #140

Closed
augusto-herrmann opened this issue Oct 17, 2024 · 0 comments · Fixed by #161
Closed

Corrigir a ausência do objeto PlanoTrabalho na sessão do SQLAlchemy #140

augusto-herrmann opened this issue Oct 17, 2024 · 0 comments · Fixed by #161
Labels
bug Something isn't working

Comments

@augusto-herrmann
Copy link
Member

Ao executar os testes, aparece o seguinte warning:

participantes_test.py: 1 warning
plano_trabalho/avaliacao_registros_execucao_test.py: 3 warnings
plano_trabalho/contribuicoes_test.py: 6 warnings
plano_trabalho/core_test.py: 3 warnings
plano_trabalho/date_validation_test.py: 21 warnings
plano_trabalho/participante_outra_lotacao_test.py: 1 warning
plano_trabalho/permissions_test.py: 2 warnings
  sys:1: SAWarning: Object of type <PlanoTrabalho> not in session, add operation along 'Participante.planos_trabalho' will not proceed (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.)

Diagnosticar e solucionar a presença do PlanoTrabalho na sessão e/ou a relação Participante.planos_trabalho indicada.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant