mirror of https://github.com/explosion/spaCy.git
* Remove old doc tests
This commit is contained in:
parent
692a8d3e3c
commit
aa12b374c0
|
@ -1,7 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Sphinx doctest is just too hard. Manually paste doctest examples here"""
|
"""Sphinx doctest is just too hard. Manually paste doctest examples here"""
|
||||||
from spacy.en.attrs import IS_LOWER
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
@pytest.mark.models
|
@pytest.mark.models
|
||||||
def test_1():
|
def test_1():
|
||||||
|
|
Loading…
Reference in New Issue