mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-30 01:50:03 +03:00
Tidy up within test
This commit is contained in:
parent
73a6b6d936
commit
011c153913
|
@ -618,6 +618,8 @@ def test_pprint_render_custom_attributes(horse_doc):
|
|||
with pytest.raises(AttributeError):
|
||||
AttributeFormat("._depp").render(horse_doc[2])
|
||||
|
||||
Token.remove_extension("test")
|
||||
|
||||
|
||||
def test_pprint_minimal_render_table_one_sentence(
|
||||
fully_featured_doc_one_sentence,
|
||||
|
|
Loading…
Reference in New Issue
Block a user