mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
mark test_sentence_space() as model test
This commit is contained in:
parent
2072120d7d
commit
ee1f1ac300
|
@ -15,6 +15,7 @@ def test_space_attachment(EN):
|
|||
assert not sent[-1].is_space
|
||||
|
||||
|
||||
@pytest.mark.models
|
||||
def test_sentence_space(EN):
|
||||
text = ('''I look forward to using Thingamajig. I've been told it will '''
|
||||
'''make my life easier...''')
|
||||
|
|
Loading…
Reference in New Issue
Block a user