summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2006-05-21 16:05:48 +0000
committereikeon <devnull@localhost>2006-05-21 16:05:48 +0000
commitefaa8a4541dc027855428f3803e5a5fa128bc0cd (patch)
treedd6aac132b6004051dc744ccb038342a31136ca5 /run_tests.py
parent394d30f8a151623f1c9f44ae7a7c7e93d6345f42 (diff)
downloadrdflib-efaa8a4541dc027855428f3803e5a5fa128bc0cd.tar.gz
added n3 quoting test
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 185a3643..e36150fd 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -27,6 +27,7 @@ if not quick:
from test.rdf import * # how does this manage to be 9 tests?
from test.n3 import *
+from test.n3_quoting import *
from test.nt import *
from test.util import *