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

.vscode/settings.json: Add workspace settings for unit tests #179

Conversation

makubacki
Copy link
Member

Adds a VS Code workspace settings file to define the
"python.testing.unittestArgs" for running Python unit tests.

This allows unit tests to automatically be recognized and shown
in VS Code Test Explorer.

Without this change, the tests are not shown in Test Explorer
and an error message is output to Output -> Python window due to
the test root directory not being valid.

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com

Adds a VS Code workspace settings file to define the
"python.testing.unittestArgs" for running Python unit tests.

This allows unit tests to automatically be recognized and shown
in VS Code Test Explorer.

Without this change, the tests are not shown in Test Explorer
and an error message is output to Output -> Python window due to
the test root directory not being valid.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
@codecov
Copy link

codecov bot commented Oct 5, 2022

Codecov Report

Base: 69.11% // Head: 69.11% // No change to project coverage 👍

Coverage data is based on head (64bbbfd) compared to base (87c566e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #179   +/-   ##
=======================================
  Coverage   69.11%   69.11%           
=======================================
  Files          46       46           
  Lines        6913     6913           
=======================================
  Hits         4778     4778           
  Misses       2135     2135           
Flag Coverage Δ
Linux 66.29% <ø> (ø)
Windows_NT 69.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Javagedes Javagedes added the enhancement New feature or request label Oct 5, 2022
@Javagedes Javagedes added this to the 0.11.7 milestone Oct 5, 2022
@Javagedes Javagedes merged commit 3e11a94 into tianocore:master Oct 5, 2022
@Javagedes Javagedes modified the milestones: 0.11.7, 0.12.0 Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants