我有以下tests.py文件:當我運行我的模塊python manage.py test from django.test import TestCase
from lxml import etree
import tempfile
import utils
class CreateSurveyFromCsvTextTests(TestCase):
def parsesSu
這是我第一次嘗試在Django中爲我的單元測試加載燈具,我不知道爲什麼它不會加載。我用dumpdata命令從我的應用程序中刪除了數據,並且工作正常。當我loaddata命令行或在我的數據文件來運行我的fixtures組測試中,我得到以下錯誤: DeserializationError: Problem installing fixture 'data.json': [u"'' value must
我願意用Selenium測試我的Django應用程序初始化我的webdriver在Django。從我讀到的內容來看,Django已經涵蓋了測試部分,並允許您編寫自己的測試。 願與硒使用這個,這是我<application>/test.py: from some.path.to.my.utilitary.module import TestTools
class FormTestCase(Te