Add n3 test suite runner by aucampia · Pull Request #1906 · RDFLib/rdflib (original) (raw)
Summary of changes
Changed the content of the (unused) test/data/suites/n3
(which isn't an element of the published W3C RDF test suite)
to that of the W3C N3 test suite
because it's an updated version of the same test suite,
cloned test_turtle_w3c.py
as test_n3_w3c.py
,
adjusted it to run and added the failures as a pro tem internal,
marked-as-xfail "skiplist".
Also:
- Added a couple of TurtleTest URIRefs to test/manifest.py
This is split off from #1891
Checklist
- Checked that there aren't other open pull requests for
the same change. - Checked that all tests and type checking passes.
- Considered granting push permissions to the PR branch,
so maintainers can fix minor issues and keep your PR up to date.