import unittest from test.seq import SeqTestCase from test.identifier_equality import * from test.triple_store import * from test.type_check import * from test.graph import * from test.rdf import * from test.parser import * from test.parser_rdfcore import * from test.context import * if __name__ == "__main__": unittest.main()