summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorgromgull <devnull@localhost>2009-03-03 10:32:22 +0000
committergromgull <devnull@localhost>2009-03-03 10:32:22 +0000
commit2326acb557a1b6584a4b2095b16452b03a8799c4 (patch)
treefe5187c41d1fa51e608c8a2391d9b07b11c2fcc4 /run_tests.py
parenta977d71b5f18bc2b16dc257da8fd52172d623a17 (diff)
downloadrdflib-2326acb557a1b6584a4b2095b16452b03a8799c4.tar.gz
fixed Trix parser and added as plugin again, also fixed trix tests
Diffstat (limited to 'run_tests.py')
-rwxr-xr-xrun_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 25e7e6ad..bcc6b1a6 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -138,6 +138,8 @@ from test.n3 import *
from test.n3_quoting import *
from test.nt import *
+from test.trix import *
+
from test.util import *
from test.seq import SeqTestCase