From df5687f236ea1db9b89dc3b3866714c7a6a886a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20Perc=C3=BA?= Date: Sat, 16 May 2015 12:44:00 -0300 Subject: [PATCH] =?UTF-8?q?Melhorando=20a=20descri=C3=A7=C3=A3o=20do=20tes?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Arrumando digitação - Mudando status para maiusculo --- testes/atores_testes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testes/atores_testes.py b/testes/atores_testes.py index 26444643a..07102d640 100644 --- a/testes/atores_testes.py +++ b/testes/atores_testes.py @@ -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. """ @@ -755,4 +755,4 @@ def assert_posicao_vertical(self, y, tempo, passaro): if __name__=='__main__': teste= AtorTestes() - teste.teste_colisao_entre_atores_ativos() \ No newline at end of file + teste.teste_colisao_entre_atores_ativos()