summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py19
1 files changed, 13 insertions, 6 deletions
diff --git a/run_tests.py b/run_tests.py
index 0121b173..1dc2211b 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,20 +1,27 @@
import unittest
-#from test.rules import PychinkoTestCase
-from test.util import *
-from test.n3 import *
+
+from test.store import *
+from test.context import *
+
+#from test.util import *
+#from test.n3 import *
#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.store import *
+
#from test.parser import *
-#from test.context import *
-#from test.nt import *
#from test.parser_rdfcore import *
+#from test.nt import *
+#from test.rules import PychinkoTestCase
+
+
+
if __name__ == "__main__":
unittest.main()