def test_bibcat_rules_blank_graphs_rml_rules_error(self):
self.assertRaises(Exception, processor.Processor, rml_rules=rdflib.Graph())
self.assertRaises(Exception,
processor.Processor,
rml_rules=rdflib.ConjunctiveGraph())
评论列表
文章目录