是可用的加载json文件作为测试的固定装置。
class test_with_fixtures(LiveServerTestCase):
fixtures = ['user-data.json']
https://docs.djangoproject.com/en/1.6/topics/testing/tools/#liveservertestcase
在python unittest模块中,有一种方法可以很容易地加载初始数据进行测试吗?
或者,其他什么python测试模块都有这个特性?