def setUp(self):
self.client = Client()
objects = make_basic_objects()
# add additional objects here
relation = SemanticRelation.objects.create(
relation_code="R", long_name="RELATION")
extension = SemanticExtension.objects.create(
lexeme=objects[Lexeme],
relation=relation)
SemanticExtensionCitation.objects.create(
extension=extension,
source=objects[Source])
self.seen_links = set()
评论列表
文章目录