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

Add a Python script that uses the PyTest API to run test discovery. #4605

Merged

Conversation

ericsnowcurrently
Copy link
Member

(for #4033)

  • 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!)
  • [ ] Has sufficient logging.
  • [ ] Has telemetry for enhancements.
  • 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)
  • The wiki is updated with any design decisions/details.

@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #4605 into master will increase coverage by 20%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #4605     +/-   ##
========================================
+ Coverage      58%     77%    +20%     
========================================
  Files         369     445     +76     
  Lines       15946   21077   +5131     
  Branches     2507    3424    +917     
========================================
+ Hits         9134   16213   +7079     
+ Misses       6190    4858   -1332     
+ Partials      622       6    -616
Flag Coverage Δ
#Linux 65% <ø> (?)
#Windows 66% <ø> (?)
#macOS 65% <ø> (?)

@ericsnowcurrently ericsnowcurrently merged commit 020bc56 into microsoft:master Mar 1, 2019
@ericsnowcurrently ericsnowcurrently deleted the pytest-adapter-simple branch March 1, 2019 01:21
DonJayamanne pushed a commit that referenced this pull request Mar 5, 2019
(for #4033-ish)

This is a fix to #4208 and #4605 which makes sure `pythonFiles/tests` (and `pythonFiles/testing_tools`) works under Python 2.7.
@lock lock bot locked as resolved and limited conversation to collaborators Jul 30, 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.

3 participants