Skip to content

Commit

Permalink
Bools are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 27, 2014
1 parent 2acb00a commit 861841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parsers/test_detectors.py
Expand Up @@ -16,7 +16,7 @@ def test_get_doctype(monkeypatch):


class TestDetectors(object):
@pytest.mark.skipif(os.path.exists('test_data'),
@pytest.mark.skipif(not os.path.exists('test_data'),
reason="No test_data present.")
def test_detectors_detect(self):
for dt in DOCTYPES:
Expand Down

0 comments on commit 861841c

Please sign in to comment.