Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
earwigbot
şunun yansıması
https://github.com/earwig/earwigbot
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
4
Aktivite
Kaynağa Gözat
Fixing unit test code.
tags/v0.1^2
Ben Kurtovic
13 yıl önce
ebeveyn
27867763eb
işleme
15748c6edc
2 değiştirilmiş dosya
ile
4 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+2
-1
earwigbot/tests/test_calc.py
+2
-1
earwigbot/tests/test_test.py
+ 2
- 1
earwigbot/tests/test_calc.py
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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)
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet