Update test stubs

This commit is contained in:
Matthew Honnibal 2020-06-09 15:49:04 +02:00
parent a20ac36bb7
commit ccd332a9fc

View File

@ -38,27 +38,27 @@ def test_Example_from_dict_with_tags(annots):
""" """
def test_Example_from_dict_with_entities(vocab): def test_Example_from_dict_with_entities(annots):
# TODO # TODO
pass pass
def test_Example_from_dict_with_parse(vocab): def test_Example_from_dict_with_parse(annots):
# TODO # TODO
pass pass
def test_Example_from_dict_with_morphology(vocab): def test_Example_from_dict_with_morphology(annots):
# TODO # TODO
pass pass
def test_Example_from_dict_with_sent_start(vocab): def test_Example_from_dict_with_sent_start(annots):
# TODO # TODO
pass pass
def test_Example_from_dict_with_cats(vocab): def test_Example_from_dict_with_cats(annots):
# TODO # TODO
pass pass
def test_Example_from_dict_with_links(vocab): def test_Example_from_dict_with_links(annots):
# TODO # TODO
pass pass
""" """