summaryrefslogtreecommitdiff
path: root/test/test_n3.py
diff options
context:
space:
mode:
authorgromgull <gromgull@gmail.com>2012-07-20 15:39:25 +0200
committergromgull <gromgull@gmail.com>2012-07-20 15:39:25 +0200
commit204cd242feea50f8c6e3f2925dbf990fc79b5c0e (patch)
treec2fbe21e9248df625199a48cd530923ec560a80f /test/test_n3.py
parent87913327a9069a33446afae1735c8e723db8911a (diff)
downloadrdflib-204cd242feea50f8c6e3f2925dbf990fc79b5c0e.tar.gz
added parser/serializer roundtrip test
Diffstat (limited to 'test/test_n3.py')
-rw-r--r--test/test_n3.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_n3.py b/test/test_n3.py
index 4fbd791d..b0776f2d 100644
--- a/test/test_n3.py
+++ b/test/test_n3.py
@@ -173,14 +173,6 @@ foo-bar:Ex foo-bar:name "Test" . """
raise SkipTest('No network to retrieve the information, skipping test')
-try:
- import literals
-except:
- import test.literals as literals
-
-class TestN3Quoting(literals.LiteralsTestCase):
- def test_n3(self):
- self.quoting('n3')
if __name__ == '__main__':
unittest.main()