mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Auto-format [ci skip]
This commit is contained in:
parent
2912ddc9a6
commit
479b5cff43
|
@ -73,6 +73,7 @@ def test_displacy_rtl():
|
||||||
assert "direction: rtl" in html
|
assert "direction: rtl" in html
|
||||||
assert 'lang="{}"'.format(nlp.lang) in html
|
assert 'lang="{}"'.format(nlp.lang) in html
|
||||||
|
|
||||||
|
|
||||||
def test_displacy_render_wrapper(en_vocab):
|
def test_displacy_render_wrapper(en_vocab):
|
||||||
"""Test that displaCy accepts custom rendering wrapper."""
|
"""Test that displaCy accepts custom rendering wrapper."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user