Skip to content

Unit Tests to ensure capabilites in PTVSD match those in debug adapter#1225

Merged
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1143ValidateCaps
Apr 4, 2018
Merged

Unit Tests to ensure capabilites in PTVSD match those in debug adapter#1225
DonJayamanne merged 3 commits intomicrosoft:masterfrom
DonJayamanne:issue1143ValidateCaps

Conversation

@DonJayamanne
Copy link

Fixes #1143
Also updated debugger (npm) packages.

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov
Copy link

codecov bot commented Mar 28, 2018

Codecov Report

Merging #1225 into master will increase coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1225      +/-   ##
==========================================
+ Coverage   70.94%   71.06%   +0.11%     
==========================================
  Files         266      266              
  Lines       12284    12288       +4     
  Branches     2172     2172              
==========================================
+ Hits         8715     8732      +17     
+ Misses       3445     3436       -9     
+ Partials      124      120       -4
Impacted Files Coverage Δ
src/client/debugger/mainV2.ts 79.2% <100%> (+7.58%) ⬆️
src/client/linters/lintingEngine.ts 90.35% <0%> (-0.88%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 52.3% <0%> (-0.66%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 962c850...53064cb. Read the comment docs.

@DonJayamanne DonJayamanne force-pushed the issue1143ValidateCaps branch from e6b9c86 to 53064cb Compare April 2, 2018 21:46
@DonJayamanne DonJayamanne merged commit 6ec4b50 into microsoft:master Apr 4, 2018
@DonJayamanne DonJayamanne deleted the issue1143ValidateCaps branch June 20, 2018 03:14
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit test to match PTVSD capabilities against experimental debugger

2 participants