Пример #1
0
 def test_simple_shex_data(self):
     shex_parser.main("-i ../tests/testdata/simple.shex -o ../tests/testdata/simple.xml".split())
     shex_eval.main('-i ../tests/testdata/simple.xml -if xml -g ../tests/testdata/test1.ttl '
                    '-gf turtle -ss http://my.example/ns#UserShape -fn http://example.org/User1'.split())
Пример #2
0
 def test_simple_xml_data(self):
     # Issue:  python shex_eval.py -i ../tests/testdata/simple.shex -g ../tests/testdata/test1.ttl
     #            -f turtle -s my:UserShape -n inst:User1 fails
     shex_eval.main('-i ../tests/testdata/simple.shex -g ../tests/testdata/test1.ttl '
                    '-gf turtle -ss http://my.example/ns#UserShape -fn http://example.org/User1'.split())