You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add python variants to variant based tests (#2544)
This change adds python based variants to the variant tests. The python
based variants provide a `populate_graph` function that populates a
passed graph with quads or triples. This provides for the ability to do
more nuanced and narrow tests using variants.
Other changes:
- Add some more variants for `diverse_quads` that explicitly sets the
datatype of strings.
- Removed the hand coded `simple_triple` graph from `test/data.py` as
this is now subsumed by `test/data/variants/simple_triple.py`.
0 commit comments