Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Oct 25, 2019
1 parent 37b6730 commit 6362165
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions spacy_lookups_data/tests/test_lb.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# coding: utf-8
from __future__ import unicode_literals

from spacy.lang.lb import Luxembourgish
import pytest


@pytest.fixture(scope="session")
def lb_nlp():
# TODO: move to top of file once Luxembourgish is shipped with spaCy
from spacy.lang.lb import Luxembourgish

return Luxembourgish()


# @pytest.mark.parametrize
@pytest.mark.xfail(
@pytest.mark.xfail
@pytest.mark.parametrize(
"string,lemma",
[
("Dëscher", "Dësch"),
Expand Down

0 comments on commit 6362165

Please sign in to comment.