mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 10:55:52 +03:00
* Mark serializer test as requiring models
This commit is contained in:
parent
604ceac4c6
commit
3f44b3e43f
|
@ -64,6 +64,7 @@ def test_packer_unannotated(tokenizer):
|
|||
assert result.string == 'the dog jumped'
|
||||
|
||||
|
||||
@pytest.mark.models
|
||||
def test_packer_annotated(tokenizer):
|
||||
vocab = tokenizer.vocab
|
||||
nn = vocab.strings['NN']
|
||||
|
|
Loading…
Reference in New Issue
Block a user