Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 63a4981

Browse files
committed
Melhoria no nome do teste
Tornando o nome mais descritivo do que o teste realmente está fazendo.
1 parent 0e6a7e4 commit 63a4981

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testes/atores_testes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def teste_colisao_entre_atores_ativos_com_intervalo(self):
6666
# Com intervalo 2, diferente do padrão 1, essa colisão deveria acontecer
6767
self.assert_colisao_atores_ativos(Ator(2, 2), Ator(2, 4), 2)
6868

69-
def teste_nao_colisao_entre_atores_ativos(self):
69+
def teste_nao_colisao_entre_atores_distantes(self):
7070
'Teste de que não há colisão entre atores distantes'
7171
self.assert_nao_colisao(Ator(2, 2), Ator(2, 4))
7272
self.assert_nao_colisao(Ator(2, 2), Ator(3, 4))
@@ -755,4 +755,4 @@ def assert_posicao_vertical(self, y, tempo, passaro):
755755

756756
if __name__=='__main__':
757757
teste= AtorTestes()
758-
teste.teste_colisao_entre_atores_ativos()
758+
teste.teste_colisao_entre_atores_ativos()

0 commit comments

Comments
 (0)