
Various unit tests for rdflib

Store tests
===========

These tests test all stores plugins that are registered, i.e. you may test more than just core rdflib:

test_graph - all stores
test_graph_context - only context aware stores
test_graph_formula - only formula aware stores


Syntax tests
============

All parser/serializer pairs that are registered are tested, i.e you may test more than just core rdflib.

test_roundtrip - roundtrip testing of all files nt/*





