Skip to content

Commit

Permalink
fixing accidental test run due to name
Browse files Browse the repository at this point in the history
  • Loading branch information
joernhees committed May 3, 2014
1 parent 9416ef2 commit 710fd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_rdfxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def write(msg):


class TestStore(Graph):
__test__ = False

def __init__(self, expected):
super(TestStore, self).__init__()
self.expected = expected
Expand Down

0 comments on commit 710fd9f

Please sign in to comment.