mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Mark space tests as requiring model
This commit is contained in:
parent
ff9db9f3ae
commit
884251801e
|
@ -14,6 +14,7 @@ def tagged(EN):
|
|||
tokens = EN(string, tag=True, parse=False)
|
||||
return tokens
|
||||
|
||||
@pytest.mark.models
|
||||
def test_spaces(tagged):
|
||||
assert tagged[0].pos != SPACE
|
||||
assert tagged[0].pos_ != 'SPACE'
|
||||
|
|
Loading…
Reference in New Issue
Block a user