* Mark serializer test as requiring models

This commit is contained in:
Matthew Honnibal 2015-11-03 18:07:08 +11:00
parent 604ceac4c6
commit 3f44b3e43f

View File

@ -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']