mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-15 12:06:25 +03:00
Really remove accidentally added test
This commit is contained in:
parent
e4cba2f1ee
commit
d1679819ab
|
@ -33,7 +33,6 @@ def test_issue1061():
|
||||||
doc = tokenizer(text)
|
doc = tokenizer(text)
|
||||||
assert '_MATH_' in [w.text for w in doc]
|
assert '_MATH_' in [w.text for w in doc]
|
||||||
assert 'MATH' not in [w.text for w in doc]
|
assert 'MATH' not in [w.text for w in doc]
|
||||||
text = '...gimme...? that ...gimme...? or else ...gimme...?!'
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(
|
@pytest.mark.xfail(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user