Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test experiment #10541

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Test experiment #10541

wants to merge 6 commits into from

Conversation

rebornix
Copy link
Member

Validating ideas of run selected tests only when some area of changes are touched.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for feature-requests.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

@codecov-commenter
Copy link

Codecov Report

Merging #10541 (d6fe37a) into main (f274826) will decrease coverage by 0%.
The diff coverage is 100%.

@@           Coverage Diff           @@
##            main   #10541    +/-   ##
=======================================
- Coverage     71%      70%    -1%     
=======================================
  Files        465      465            
  Lines      27905    27906     +1     
  Branches    4699     4699            
=======================================
- Hits       19843    19621   -222     
- Misses      6188     6392   +204     
- Partials    1874     1893    +19     
Impacted Files Coverage Δ
src/interactive-window/commands/commandRegistry.ts 34% <ø> (ø)
src/platform/common/application/commandManager.ts 64% <ø> (ø)
src/platform/common/application/types.ts 100% <ø> (ø)
src/platform/common/types.ts 100% <ø> (ø)
src/platform/telemetry/constants.ts 100% <ø> (ø)
src/platform/terminals/types.ts 100% <ø> (ø)
src/standalone/import-export/exportCommands.ts 44% <ø> (ø)
src/webviews/extension-side/dataviewer/types.ts 100% <ø> (ø)
src/extension.node.ts 76% <100%> (ø)
src/kernels/helpers.ts 60% <100%> (-2%) ⬇️
... and 69 more

import { CommandSource } from '../../testing/common/constants';
import { Channel } from './types';
import { SelectJupyterUriCommandSource } from '../../../kernels/jupyter/serverSelector';
import { IShowDataViewerFromVariablePanel } from './platform/messageTypes';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using this PR for testing of VS Code TPI

@@ -63,15 +63,15 @@ import {
import { createDeferred } from './platform/common/utils/async';
import { Common, OutputChannelNames } from './platform/common/utils/localize';
import { IServiceContainer, IServiceManager } from './platform/ioc/types';
import { sendErrorTelemetry, sendStartupTelemetry } from './telemetry/startupTelemetry';
import { sendErrorTelemetry, sendStartupTelemetry } from './platform/telemetry/startupTelemetry';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding more comments for testing
of TPI Item

import { noop } from './platform/common/utils/misc';
import { PythonExtension } from './webviews/webview-side/common/constants';
import { registerTypes as registerPlatformTypes } from './platform/serviceRegistry.node';
import { registerTypes as registerKernelTypes } from './kernels/serviceRegistry.node';
import { registerTypes as registerNotebookTypes } from './notebooks/serviceRegistry.node';
import { registerTypes as registerInteractiveTypes } from './interactive-window/serviceRegistry.node';
import { registerTypes as registerStandaloneTypes } from './standalone/serviceRegistry.node';
import { registerTypes as registerTelemetryTypes } from './telemetry/serviceRegistry.node';
import { registerTypes as registerTelemetryTypes } from './platform/telemetry/serviceRegistry.node';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding another item

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants