mirror of https://github.com/explosion/spaCy.git
Remove unnecessary test
This commit is contained in:
parent
012ea594d1
commit
42305bc519
|
@ -11,9 +11,3 @@ import pytest
|
|||
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)
|
||||
|
|
Loading…
Reference in New Issue