@@ -127,11 +127,6 @@ src/test/testing/codeLenses/testFiles.unit.test.ts
127127src /test /testing /nosetest /nosetest.test.ts
128128src /test /testing /nosetest /nosetest.disovery.test.ts
129129src /test /testing /nosetest /nosetest.run.test.ts
130- src /test /testing /pytest /pytest.testMessageService.test.ts
131- src /test /testing /pytest /pytest_unittest_parser_data.ts
132- src /test /testing /pytest /pytest.test.ts
133- src /test /testing /pytest /pytest_run_tests_data.ts
134- src /test /testing /pytest /services /discoveryService.unit.test.ts
135130src /test /testing /rediscover.test.ts
136131src /test /testing /helper.ts
137132src /test /testing /navigation /fileNavigator.unit.test.ts
@@ -140,7 +135,6 @@ src/test/testing/navigation/suiteNavigator.unit.test.ts
140135src /test /testing /navigation /commandHandlers.unit.test.ts
141136src /test /testing /navigation /helper.unit.test.ts
142137src /test /testing /navigation /symbolNavigator.unit.test.ts
143- src /test /testing /configuration.unit.test.ts
144138src /test /testing /explorer /treeView.unit.test.ts
145139src /test /testing /explorer /testExplorerCommandHandler.unit.test.ts
146140src /test /testing /explorer /failedTestHandler.unit.test.ts
@@ -151,8 +145,6 @@ src/test/testing/banners/proposeNewLanguageServerBanner.unit.test.ts
151145src /test /testing /common /argsHelper.unit.test.ts
152146src /test /testing /common /trackEnablement.unit.test.ts
153147src /test /testing /common /debugLauncher.unit.test.ts
154- src /test /testing /common /managers /baseTestManager.unit.test.ts
155- src /test /testing /common /managers /testConfigurationManager.unit.test.ts
156148src /test /testing /common /testUtils.unit.test.ts
157149src /test /testing /common /testVisitors /resultResetVisitor.unit.test.ts
158150src /test /testing /common /services /discoveredTestParser.unit.test.ts
@@ -443,12 +435,6 @@ src/client/testing/nosetest/services/parserService.ts
443435src /client /testing /nosetest /services /argsService.ts
444436src /client /testing /nosetest /services /discoveryService.ts
445437src /client /testing /main.ts
446- src /client /testing /pytest /main.ts
447- src /client /testing /pytest /testConfigurationManager.ts
448- src /client /testing /pytest /runner.ts
449- src /client /testing /pytest /services /argsService.ts
450- src /client /testing /pytest /services /discoveryService.ts
451- src /client /testing /pytest /services /testMessageService.ts
452438src /client /testing /configurationFactory.ts
453439src /client /testing /navigation /serviceRegistry.ts
454440src /client /testing /navigation /symbolProvider.ts
@@ -462,13 +448,9 @@ src/client/testing/explorer/testTreeViewProvider.ts
462448src /client /testing /explorer /commandHandlers.ts
463449src /client /testing /explorer /failedTestHandler.ts
464450src /client /testing /explorer /treeView.ts
465- src /client /testing /types.ts
466451src /client /testing /common /argumentsHelper.ts
467452src /client /testing /common /enablementTracker.ts
468453src /client /testing /common /debugLauncher.ts
469- src /client /testing /common /managers /testConfigurationManager.ts
470- src /client /testing /common /managers /baseTestManager.ts
471- src /client /testing /common /types.ts
472454src /client /testing /common /constants.ts
473455src /client /testing /common /testUtils.ts
474456src /client /testing /common /xUnitParser.ts
@@ -481,7 +463,6 @@ src/client/testing/common/services/contextService.ts
481463src /client /testing /common /services /testResultsService.ts
482464src /client /testing /common /services /storageService.ts
483465src /client /testing /common /services /types.ts
484- src /client /testing /common /services /unitTestDiagnosticService.ts
485466src /client /testing /common /services /testsStatusService.ts
486467src /client /testing /common /services /discovery.ts
487468src /client /testing /common /services /configSettingService.ts
0 commit comments