mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08:06 +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'
|
assert result.string == 'the dog jumped'
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.models
|
||||||
def test_packer_annotated(tokenizer):
|
def test_packer_annotated(tokenizer):
|
||||||
vocab = tokenizer.vocab
|
vocab = tokenizer.vocab
|
||||||
nn = vocab.strings['NN']
|
nn = vocab.strings['NN']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user