|
1323 | 1323 | <Compile Include="test\test_timeit.py" />
|
1324 | 1324 | <Compile Include="test\test_timeout.py" />
|
1325 | 1325 | <Compile Include="test\test_tix.py" />
|
1326 |
| - <Compile Include="test\test_tk.py" /> |
| 1326 | + <Compile Include="test\test_tkinter\__init__.py" /> |
| 1327 | + <Compile Include="test\test_tkinter\support.py" /> |
| 1328 | + <Compile Include="test\test_tkinter\test_font.py" /> |
| 1329 | + <Compile Include="test\test_tkinter\test_geometry_managers.py" /> |
| 1330 | + <Compile Include="test\test_tkinter\test_images.py" /> |
| 1331 | + <Compile Include="test\test_tkinter\test_loadtk.py" /> |
| 1332 | + <Compile Include="test\test_tkinter\test_misc.py" /> |
| 1333 | + <Compile Include="test\test_tkinter\test_text.py" /> |
| 1334 | + <Compile Include="test\test_tkinter\test_variables.py" /> |
| 1335 | + <Compile Include="test\test_tkinter\test_widgets.py" /> |
| 1336 | + <Compile Include="test\test_tkinter\widget_tests.py" /> |
1327 | 1337 | <Compile Include="test\test_tokenize.py" />
|
1328 | 1338 | <Compile Include="test\test_tools\test_fixcid.py" />
|
1329 | 1339 | <Compile Include="test\test_tools\test_gprof2html.py" />
|
|
1339 | 1349 | <Compile Include="test\test_trace.py" />
|
1340 | 1350 | <Compile Include="test\test_traceback.py" />
|
1341 | 1351 | <Compile Include="test\test_tracemalloc.py" />
|
1342 |
| - <Compile Include="test\test_ttk_guionly.py" /> |
1343 | 1352 | <Compile Include="test\test_ttk_textonly.py" />
|
| 1353 | + <Compile Include="test\test_ttk\__init__.py" /> |
| 1354 | + <Compile Include="test\test_ttk\test_extensions.py" /> |
| 1355 | + <Compile Include="test\test_ttk\test_style.py" /> |
| 1356 | + <Compile Include="test\test_ttk\test_widgets.py" /> |
1344 | 1357 | <Compile Include="test\test_tuple.py" />
|
1345 | 1358 | <Compile Include="test\test_turtle.py" />
|
1346 | 1359 | <Compile Include="test\test_typechecks.py" />
|
|
1353 | 1366 | <Compile Include="test\test_unicode_file.py" />
|
1354 | 1367 | <Compile Include="test\test_unicode_file_functions.py" />
|
1355 | 1368 | <Compile Include="test\test_unicode_identifiers.py" />
|
1356 |
| - <Compile Include="test\test_unittest.py" /> |
| 1369 | + <Compile Include="test\test_unittest\dummy.py" /> |
| 1370 | + <Compile Include="test\test_unittest\support.py" /> |
| 1371 | + <Compile Include="test\test_unittest\testmock\support.py" /> |
| 1372 | + <Compile Include="test\test_unittest\testmock\testcallable.py" /> |
| 1373 | + <Compile Include="test\test_unittest\testmock\testhelpers.py" /> |
| 1374 | + <Compile Include="test\test_unittest\testmock\testmagicmethods.py" /> |
| 1375 | + <Compile Include="test\test_unittest\testmock\testmock.py" /> |
| 1376 | + <Compile Include="test\test_unittest\testmock\testpatch.py" /> |
| 1377 | + <Compile Include="test\test_unittest\testmock\testsentinel.py" /> |
| 1378 | + <Compile Include="test\test_unittest\testmock\testwith.py" /> |
| 1379 | + <Compile Include="test\test_unittest\testmock\__init__.py" /> |
| 1380 | + <Compile Include="test\test_unittest\testmock\__main__.py" /> |
| 1381 | + <Compile Include="test\test_unittest\test_assertions.py" /> |
| 1382 | + <Compile Include="test\test_unittest\test_break.py" /> |
| 1383 | + <Compile Include="test\test_unittest\test_case.py" /> |
| 1384 | + <Compile Include="test\test_unittest\test_discovery.py" /> |
| 1385 | + <Compile Include="test\test_unittest\test_functiontestcase.py" /> |
| 1386 | + <Compile Include="test\test_unittest\test_loader.py" /> |
| 1387 | + <Compile Include="test\test_unittest\test_program.py" /> |
| 1388 | + <Compile Include="test\test_unittest\test_result.py" /> |
| 1389 | + <Compile Include="test\test_unittest\test_runner.py" /> |
| 1390 | + <Compile Include="test\test_unittest\test_setups.py" /> |
| 1391 | + <Compile Include="test\test_unittest\test_skipping.py" /> |
| 1392 | + <Compile Include="test\test_unittest\test_suite.py" /> |
| 1393 | + <Compile Include="test\test_unittest\_test_warnings.py" /> |
| 1394 | + <Compile Include="test\test_unittest\__init__.py" /> |
| 1395 | + <Compile Include="test\test_unittest\__main__.py" /> |
1357 | 1396 | <Compile Include="test\test_univnewlines.py" />
|
1358 | 1397 | <Compile Include="test\test_unpack.py" />
|
1359 | 1398 | <Compile Include="test\test_unpack_ex.py" />
|
|
1432 | 1471 | <Compile Include="tkinter\messagebox.py" />
|
1433 | 1472 | <Compile Include="tkinter\scrolledtext.py" />
|
1434 | 1473 | <Compile Include="tkinter\simpledialog.py" />
|
1435 |
| - <Compile Include="tkinter\test\support.py" /> |
1436 |
| - <Compile Include="tkinter\test\test_tkinter\test_font.py" /> |
1437 |
| - <Compile Include="tkinter\test\test_tkinter\test_geometry_managers.py" /> |
1438 |
| - <Compile Include="tkinter\test\test_tkinter\test_images.py" /> |
1439 |
| - <Compile Include="tkinter\test\test_tkinter\test_loadtk.py" /> |
1440 |
| - <Compile Include="tkinter\test\test_tkinter\test_misc.py" /> |
1441 |
| - <Compile Include="tkinter\test\test_tkinter\test_text.py" /> |
1442 |
| - <Compile Include="tkinter\test\test_tkinter\test_variables.py" /> |
1443 |
| - <Compile Include="tkinter\test\test_tkinter\test_widgets.py" /> |
1444 |
| - <Compile Include="tkinter\test\test_tkinter\__init__.py" /> |
1445 |
| - <Compile Include="tkinter\test\test_ttk\test_extensions.py" /> |
1446 |
| - <Compile Include="tkinter\test\test_ttk\test_style.py" /> |
1447 |
| - <Compile Include="tkinter\test\test_ttk\test_widgets.py" /> |
1448 |
| - <Compile Include="tkinter\test\test_ttk\__init__.py" /> |
1449 |
| - <Compile Include="tkinter\test\widget_tests.py" /> |
1450 |
| - <Compile Include="tkinter\test\__init__.py" /> |
1451 | 1474 | <Compile Include="tkinter\tix.py" />
|
1452 | 1475 | <Compile Include="tkinter\ttk.py" />
|
1453 | 1476 | <Compile Include="tkinter\__init__.py" />
|
|
1490 | 1513 | <Compile Include="unittest\runner.py" />
|
1491 | 1514 | <Compile Include="unittest\signals.py" />
|
1492 | 1515 | <Compile Include="unittest\suite.py" />
|
1493 |
| - <Compile Include="test\test_unittest\dummy.py" /> |
1494 |
| - <Compile Include="test\test_unittest\support.py" /> |
1495 |
| - <Compile Include="test\test_unittest\testmock\support.py" /> |
1496 |
| - <Compile Include="test\test_unittest\testmock\testcallable.py" /> |
1497 |
| - <Compile Include="test\test_unittest\testmock\testhelpers.py" /> |
1498 |
| - <Compile Include="test\test_unittest\testmock\testmagicmethods.py" /> |
1499 |
| - <Compile Include="test\test_unittest\testmock\testmock.py" /> |
1500 |
| - <Compile Include="test\test_unittest\testmock\testpatch.py" /> |
1501 |
| - <Compile Include="test\test_unittest\testmock\testsentinel.py" /> |
1502 |
| - <Compile Include="test\test_unittest\testmock\testwith.py" /> |
1503 |
| - <Compile Include="test\test_unittest\testmock\__init__.py" /> |
1504 |
| - <Compile Include="test\test_unittest\testmock\__main__.py" /> |
1505 |
| - <Compile Include="test\test_unittest\test_assertions.py" /> |
1506 |
| - <Compile Include="test\test_unittest\test_break.py" /> |
1507 |
| - <Compile Include="test\test_unittest\test_case.py" /> |
1508 |
| - <Compile Include="test\test_unittest\test_discovery.py" /> |
1509 |
| - <Compile Include="test\test_unittest\test_functiontestcase.py" /> |
1510 |
| - <Compile Include="test\test_unittest\test_loader.py" /> |
1511 |
| - <Compile Include="test\test_unittest\test_program.py" /> |
1512 |
| - <Compile Include="test\test_unittest\test_result.py" /> |
1513 |
| - <Compile Include="test\test_unittest\test_runner.py" /> |
1514 |
| - <Compile Include="test\test_unittest\test_setups.py" /> |
1515 |
| - <Compile Include="test\test_unittest\test_skipping.py" /> |
1516 |
| - <Compile Include="test\test_unittest\test_suite.py" /> |
1517 |
| - <Compile Include="test\test_unittest\_test_warnings.py" /> |
1518 |
| - <Compile Include="test\test_unittest\__init__.py" /> |
1519 |
| - <Compile Include="test\test_unittest\__main__.py" /> |
1520 | 1516 | <Compile Include="unittest\util.py" />
|
1521 | 1517 | <Compile Include="unittest\__init__.py" />
|
1522 | 1518 | <Compile Include="unittest\__main__.py" />
|
|
1802 | 1798 | <Folder Include="test\test_lib2to3\data\fixers" />
|
1803 | 1799 | <Folder Include="test\test_lib2to3\data\fixers\myfixes" />
|
1804 | 1800 | <Folder Include="test\test_peg_generator" />
|
| 1801 | + <Folder Include="test\test_tkinter" /> |
1805 | 1802 | <Folder Include="test\test_tools" />
|
| 1803 | + <Folder Include="test\test_ttk" /> |
1806 | 1804 | <Folder Include="test\test_unittest" />
|
1807 | 1805 | <Folder Include="test\test_unittest\testmock" />
|
1808 | 1806 | <Folder Include="test\test_warnings" />
|
1809 | 1807 | <Folder Include="test\test_warnings\data" />
|
1810 | 1808 | <Folder Include="test\tracedmodules" />
|
1811 | 1809 | <Folder Include="tkinter" />
|
1812 |
| - <Folder Include="tkinter\test" /> |
1813 |
| - <Folder Include="tkinter\test\test_tkinter" /> |
1814 |
| - <Folder Include="tkinter\test\test_ttk" /> |
1815 | 1810 | <Folder Include="turtledemo" />
|
1816 | 1811 | <Folder Include="unittest" />
|
1817 | 1812 | <Folder Include="urllib" />
|
|
0 commit comments