Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Palīdzība
Pierakstīties
ben
/
earwigbot
spogulis no
https://github.com/earwig/earwigbot
Vērot
1
Pievienot zvaigznīti
1
Atdalīts
0
Kods
Laidieni
4
Aktivitāte
Pārlūkot izejas kodu
Fixing unit test code.
tags/v0.1^2
Ben Kurtovic
pirms 13 gadiem
vecāks
27867763eb
revīzija
15748c6edc
2 mainītis faili
ar
4 papildinājumiem
un
2 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
Lejupielādēt ielāpa failu
Lejupielādēt izmaiņu failu
+2
-1
earwigbot/tests/test_calc.py
+2
-1
earwigbot/tests/test_test.py
+ 2
- 1
earwigbot/tests/test_calc.py
Parādīt failu
@@ -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
Parādīt failu
@@ -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)
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt