From f3df736e0af970ab901b9a3ef96f44a3fd9f7cf0 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 24 Feb 2016 18:22:22 +0100 Subject: [PATCH] remove unidecode-related test --- spacy/tests/vocab/test_asciify.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 spacy/tests/vocab/test_asciify.py diff --git a/spacy/tests/vocab/test_asciify.py b/spacy/tests/vocab/test_asciify.py deleted file mode 100644 index 4c8a555a6..000000000 --- a/spacy/tests/vocab/test_asciify.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf8 -*- - -from __future__ import unicode_literals -import pytest - -from spacy.orth import asciied - - -def test_tilde(): - string = u'hõmbre' - assert asciied(string) == b'hombre' - - -def test_smart_quote(): - string = u'“' - assert asciied(string) == b'"' - string = u'”' - assert asciied(string) == b'"'