@@ -40,7 +40,6 @@ def test_dir():
4040                '_DynamicCore__get_keyword' ,
4141                '_DynamicCore__get_keyword_line' ,
4242                '_DynamicCore__get_keyword_path' ,
43-                 '_DynamicCore__get_keyword_tags_supported' ,
4443                '_DynamicCore__get_typing_hints' ,
4544                '_DynamicCore__join_defaults_with_types' ,
4645                '_HybridCore__get_members' ,
@@ -77,7 +76,6 @@ def test_dir():
7776                                                 '_DynamicCore__get_keyword' ,
7877                                                 '_DynamicCore__get_keyword_line' ,
7978                                                 '_DynamicCore__get_keyword_path' ,
80-                                                  '_DynamicCore__get_keyword_tags_supported' ,
8179                                                 '_DynamicCore__join_defaults_with_types' ,
8280                                                 'get_keyword_arguments' ,
8381                                                 'get_keyword_documentation' ,
@@ -290,8 +288,8 @@ def test_get_keyword_tags():
290288    doc  =  lib .get_keyword_documentation 
291289    assert  tags ('tags' ) ==  ['tag' , 'another tag' ]
292290    assert  tags ('doc_and_tags' ) ==  ['tag' ]
293-     assert  doc ('tags' ) ==  '' 
294-     assert  doc ('doc_and_tags' ) ==  'I got doc!' 
291+     assert  doc ('tags' ) ==  'Tags: tag, another tag ' 
292+     assert  doc ('doc_and_tags' ). splitlines ()  ==  [ 'I got doc!' ,  '' ,  'Tags: tag' ] 
295293
296294
297295def  test_library_cannot_be_class ():
0 commit comments