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

Tests to ensure custom args get passed into the experimental debugger #1581

Merged
merged 1 commit into from
May 7, 2018

Conversation

DonJayamanne
Copy link

Fixes #1280

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 May 3, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@a740016). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1581   +/-   ##
=========================================
  Coverage          ?   71.44%           
=========================================
  Files             ?      273           
  Lines             ?    12700           
  Branches          ?     2282           
=========================================
  Hits              ?     9073           
  Misses            ?     3492           
  Partials          ?      135

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 a740016...9711b14. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 0526967 into microsoft:master May 7, 2018
@DonJayamanne DonJayamanne deleted the issue1280 branch June 20, 2018 03:17
@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 ensure custom args passed into python program
2 participants