Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Open
augusto-herrmann opened this issue Oct 17, 2024 · 0 comments
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.

@augusto-herrmann augusto-herrmann added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant