Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add Network Inspector command tests - #2664

Merged
ConnorQi01 merged 3 commits into
masterfrom
dev/v-peq/add-network-inspector-command-tests
May 28, 2026
Merged

ConnorQi01 merged 3 commits into
masterfrom
dev/v-peq/add-network-inspector-command-tests

Conversation

@ConnorQi01

Copy link
Copy Markdown
Collaborator

Summary

Add focused unit coverage for the Network Inspector start and stop command wrappers.

Proposed Changes

  • Add tests for starting the Network Inspector when it is not already running.
  • Add tests for the already-running branch to verify it logs and skips duplicate starts.
  • Add tests for stopping the Network Inspector.

Test Plan

  • npm run build
  • node .\node_modules\mocha\bin\_mocha test\extension\networkInspector\startStopCommands.test.js --ui tdd --timeout 10000

Closes #2656

@ConnorQi01

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ConnorQi01

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ConnorQi01

Copy link
Copy Markdown
Collaborator Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ConnorQi01
ConnorQi01 merged commit 2c80515 into master May 28, 2026
8 checks passed
@ConnorQi01 ConnorQi01 changed the title [Feature] Add Network Inspector command tests Add Network Inspector command tests Jun 3, 2026
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.

[Feature] Add unit tests for StartNetworkInspector and StopNetworkInspector command classes

2 participants