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