From 2c431f9fdc0f0e68d9a6d5ee8ff2956a5010bea2 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 7 Jul 2014 05:11:04 +0200 Subject: [PATCH] * Upd tokenization test --- tests/test_wiki_sun.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_wiki_sun.py b/tests/test_wiki_sun.py index 8f4c05eed..1329bdffc 100644 --- a/tests/test_wiki_sun.py +++ b/tests/test_wiki_sun.py @@ -12,6 +12,7 @@ from os import path HERE = path.dirname(__file__) + @pytest.fixture def sun_txt(): loc = path.join(HERE, 'sun.txt')