summaryrefslogtreecommitdiff
path: root/test/test_sparql.py
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2009-04-02 00:46:31 +0000
committereikeon <devnull@localhost>2009-04-02 00:46:31 +0000
commit37b4bbd0c985c3982e7b6f68d59aa98d19bda9cd (patch)
treefdd509bc8dc51dd518aaaccd77fe744605bdb815 /test/test_sparql.py
parent2bf2e7ef2dc98e62b1ebccee997af8efaf337d2b (diff)
downloadrdflib-37b4bbd0c985c3982e7b6f68d59aa98d19bda9cd.tar.gz
annotated tests with attributes known_issue, slow, non_core and sparql to make it easier to run the various groups of tests; and make the default be tests that match the following: \!known_issue,\!slow,\!non_core,\!sparql
Diffstat (limited to 'test/test_sparql.py')
-rw-r--r--test/test_sparql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_sparql.py b/test/test_sparql.py
index 7f653291..75785ce7 100644
--- a/test/test_sparql.py
+++ b/test/test_sparql.py
@@ -3,7 +3,6 @@ import unittest
from rdflib import term
from rdflib.graph import Graph
-
class FakeBlankNode(object):
def __cmp__(self, other):
if other.__class__ == term.BNode: