@@ -899,6 +899,7 @@ test.ann_module
899
899
test.ann_module2
900
900
test.ann_module3
901
901
test.audiotests
902
+ test.audit-tests
902
903
test.autotest
903
904
test.bad_coding
904
905
test.bad_coding2
@@ -923,6 +924,7 @@ test.dataclass_module_1
923
924
test.dataclass_module_1_str
924
925
test.dataclass_module_2
925
926
test.dataclass_module_2_str
927
+ test.dataclass_textanno
926
928
test.datetimetester
927
929
test.dis_module
928
930
test.doctest_aliases
@@ -1015,11 +1017,13 @@ test.test_asyncio.echo
1015
1017
test.test_asyncio.echo2
1016
1018
test.test_asyncio.echo3
1017
1019
test.test_asyncio.functional
1020
+ test.test_asyncio.test_asyncio_waitfor
1018
1021
test.test_asyncio.test_base_events
1019
1022
test.test_asyncio.test_buffered_proto
1020
1023
test.test_asyncio.test_context
1021
1024
test.test_asyncio.test_events
1022
1025
test.test_asyncio.test_futures
1026
+ test.test_asyncio.test_futures2
1023
1027
test.test_asyncio.test_locks
1024
1028
test.test_asyncio.test_pep492
1025
1029
test.test_asyncio.test_proactor_events
@@ -1296,6 +1300,7 @@ test.test_importlib.source.test_file_loader
1296
1300
test.test_importlib.source.test_finder
1297
1301
test.test_importlib.source.test_path_hook
1298
1302
test.test_importlib.source.test_source_encoding
1303
+ test.test_importlib.stubs
1299
1304
test.test_importlib.test_abc
1300
1305
test.test_importlib.test_api
1301
1306
test.test_importlib.test_lazy
@@ -1617,11 +1622,13 @@ tkinter.test
1617
1622
tkinter.test.runtktests
1618
1623
tkinter.test.support
1619
1624
tkinter.test.test_tkinter
1625
+ tkinter.test.test_tkinter.test_colorchooser
1620
1626
tkinter.test.test_tkinter.test_font
1621
1627
tkinter.test.test_tkinter.test_geometry_managers
1622
1628
tkinter.test.test_tkinter.test_images
1623
1629
tkinter.test.test_tkinter.test_loadtk
1624
1630
tkinter.test.test_tkinter.test_misc
1631
+ tkinter.test.test_tkinter.test_simpledialog
1625
1632
tkinter.test.test_tkinter.test_text
1626
1633
tkinter.test.test_tkinter.test_variables
1627
1634
tkinter.test.test_tkinter.test_widgets
@@ -1748,7 +1755,15 @@ xml.etree.cElementTree
1748
1755
xml.parsers
1749
1756
xml.parsers.expat
1750
1757
xml.parsers.expat.errors
1758
+ xml.parsers.expat.errors.dom
1759
+ xml.parsers.expat.errors.etree
1760
+ xml.parsers.expat.errors.parsers
1761
+ xml.parsers.expat.errors.sax
1751
1762
xml.parsers.expat.model
1763
+ xml.parsers.expat.model.dom
1764
+ xml.parsers.expat.model.etree
1765
+ xml.parsers.expat.model.parsers
1766
+ xml.parsers.expat.model.sax
1752
1767
xml.sax
1753
1768
xml.sax._exceptions
1754
1769
xml.sax.expatreader
0 commit comments