コード例 #1
0
 def test_util_check_context(self):
     res = util.check_context(self.c)
     self.assertTrue(res == None)
コード例 #2
0
ファイル: test_util.py プロジェクト: JesusPatate/rdflib
 def test_util_check_context(self):
     res = util.check_context(self.c)
     self.assert_(res == None)