test: make graph variant tests more granular by aucampia · Pull Request #2540 · RDFLib/rdflib (original) (raw)
Summary of changes
The graph variant tests were checking all variants in one test, so if one format had issues, the whole variant was failing. The result was overly broad xfails.
This change splits the variant tests up into separate tests for each variant.
This change is made in preparation for adding Python based Graph variants.
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.