summaryrefslogtreecommitdiff
path: root/test/__init__.py
diff options
context:
space:
mode:
authorhsolbrig <solbrig@jhu.edu>2020-05-26 20:10:54 -0500
committerhsolbrig <solbrig@jhu.edu>2020-05-26 20:10:54 -0500
commit1a98acbaefa938aafe9ca7f6ec179e4a3bc1d991 (patch)
treef7a1c9c94a7b4a40566d39de23324e089c94228c /test/__init__.py
parent037ea51e5f4863a7f98ff59972fcd34d39a7ed97 (diff)
downloadrdflib-1a98acbaefa938aafe9ca7f6ec179e4a3bc1d991.tar.gz
Migration from ClosedNamespace to DeclaredNamespace
Passes all unit tests, but did have to remove '.' from manifest and earl imports. May have to restore...
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/__init__.py b/test/__init__.py
index 792d6005..db4a75d1 100644
--- a/test/__init__.py
+++ b/test/__init__.py
@@ -1 +1,4 @@
#
+import os
+
+TEST_DIR = os.path.abspath(os.path.dirname(__file__))