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

Commits on Oct 5, 2022

  1. .vscode/settings.json: Add workspace settings for unit tests

    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>
    makubacki committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    09ab27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bbbfd View commit details
    Browse the repository at this point in the history