Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions testes/atores_testes.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def teste_ator_posicao(self):
def teste_colisao_entre_atores_ativos(self):
"""
Teste de colisão entre dois atores
Incialmente atores possuem status ATIVO. Ao se chocarem, ele muda para Destruído
Inicialmente atores possuem status ATIVO. Ao se chocarem, ele muda para DESTRUIDO
A função assert_colisao_atores_ativos testa justamente se dois atore ativos se chocam quando estão em posições
vizinhas.
"""
Expand Down Expand Up @@ -755,4 +755,4 @@ def assert_posicao_vertical(self, y, tempo, passaro):

if __name__=='__main__':
teste= AtorTestes()
teste.teste_colisao_entre_atores_ativos()
teste.teste_colisao_entre_atores_ativos()