* Avoid parsing and tagging in test_emoticons

This commit is contained in:
Matthew Honnibal 2015-06-06 05:59:20 +02:00
parent 89b8775887
commit e2578fbb90

View File

@ -38,5 +38,5 @@ def test_tweebo_challenge(EN):
def test_false_positive(EN):
text = "example:)"
tokens = EN(text)
tokens = EN(text, parse=False, tag=False)
assert len(tokens) == 3