示例#1
0
 def setUp(self):
     super(TestTasks, self).setUp()
     TestTasks.create_index(FakeDjangoMappingType.get_index())
     reset_model_cache()
示例#2
0
 def tearDown(self):
     super(IndexableTest, self).tearDown()
     IndexableTest.cleanup_index(FakeDjangoMappingType.get_index())
     reset_model_cache()
示例#3
0
 def setUp(self):
     super(TestTasks, self).setUp()
     TestTasks.create_index(FakeDjangoMappingType.get_index())
     reset_model_cache()
示例#4
0
 def tearDown(self):
     super(IndexableTest, self).tearDown()
     IndexableTest.cleanup_index(FakeDjangoMappingType.get_index())
     reset_model_cache()