diff options
author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2016-11-21 16:37:05 +0100 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-30 17:43:04 +0100 |
commit | c267023ff0a1e89e511ea0b5d138ffcae059444b (patch) | |
tree | b224f7620881804514c18151fa0c97e18b4875e6 /test/test_nquads_w3c.py | |
parent | 8bf3523652614337b8b2a12ff9820caeff74a2eb (diff) | |
download | rdflib-c267023ff0a1e89e511ea0b5d138ffcae059444b.tar.gz |
converted all tests
Diffstat (limited to 'test/test_nquads_w3c.py')
-rw-r--r-- | test/test_nquads_w3c.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_nquads_w3c.py b/test/test_nquads_w3c.py index f4ed0603..1c132e9b 100644 --- a/test/test_nquads_w3c.py +++ b/test/test_nquads_w3c.py @@ -2,9 +2,9 @@ test suite.""" from rdflib import ConjunctiveGraph -from manifest import nose_tests, RDFT +from .manifest import nose_tests, RDFT -from testutils import nose_tst_earl_report +from .testutils import nose_tst_earl_report verbose = False |