Skip to content

Commit

Permalink
Merge pull request #389 from joernhees/nosefix
Browse files Browse the repository at this point in the history
fixing accidental test run due to name
  • Loading branch information
joernhees committed May 3, 2014
2 parents 9416ef2 + 710fd9f commit ad097cc
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 ad097cc

Please sign in to comment.