Skip to content

Commit

Permalink
Remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Apr 23, 2017
1 parent 012ea59 commit 42305bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spacy/tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@
def test_util_ensure_path_succeeds(text):
path = ensure_path(text)
assert isinstance(path, Path)


@pytest.mark.parametrize('text', [b'hello/world', True, False, None])
def test_util_ensure_path_fails(text):
path = ensure_path(text)
assert not isinstance(path, Path)

0 comments on commit 42305bc

Please sign in to comment.