Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot
espelhamento de
https://github.com/earwig/earwigbot
Observar
1
Favorito
1
Fork
0
Código
Versões
4
Atividade
Ver código fonte
Fixing unit test code.
tags/v0.1^2
Ben Kurtovic
13 anos atrás
pai
27867763eb
commit
15748c6edc
2 arquivos alterados
com
4 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
earwigbot/tests/test_calc.py
+2
-1
earwigbot/tests/test_test.py
+ 2
- 1
earwigbot/tests/test_calc.py
Ver arquivo
@@ -23,8 +23,9 @@
import unittest
from earwigbot.commands.calc import Command
from earwigbot.tests import CommandTestCase
class TestCalc(
support.
CommandTestCase):
class TestCalc(CommandTestCase):
def setUp(self):
super(TestCalc, self).setUp(Command)
+ 2
- 1
earwigbot/tests/test_test.py
Ver arquivo
@@ -23,8 +23,9 @@
import unittest
from earwigbot.commands.test import Command
from earwigbot.tests import CommandTestCase
class TestTest(
support.
CommandTestCase):
class TestTest(CommandTestCase):
def setUp(self):
super(TestTest, self).setUp(Command)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar