spaCy/spacy/tests/regression/test_issue589.py
Matthew Honnibal 5b9f116aca Update tests
2017-06-04 15:53:17 -05:00

15 lines
259 B
Python

# coding: utf-8
from __future__ import unicode_literals
from ...vocab import Vocab
from ..util import get_doc
import pytest
@pytest.mark.xfail
def test_issue589():
vocab = Vocab()
vocab.strings.set_frozen(True)
doc = get_doc(vocab, ['whata'])