Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Fixing unit test code.
tags/v0.1^2
Ben Kurtovic
hace 13 años
padre
27867763eb
commit
15748c6edc
Se han
modificado 2 ficheros
con
4 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
earwigbot/tests/test_calc.py
+2
-1
earwigbot/tests/test_test.py
+ 2
- 1
earwigbot/tests/test_calc.py
Ver fichero
@@ -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 fichero
@@ -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)
Escribir
Vista previa
Cargando…
Cancelar
Guardar