Skip to content

KyleRAnderson/vscode-python-bug-22630

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing the bug

  1. Create a python virtual environment, using the suggested directory name: python3 -m venv .testvenv.
  2. Activate the environment: . .testvenv/bin/activate.
  3. Select the environment as the source for the interpreter to be used in VSCode via Python: Select Interpreter.
  4. Run the tests in VSCode via Test: Run All Tests. Problem: The tests fail, but they should pass.
  5. To see that the tests pass as expected when running the tests in debug mode, run Test: Debug All Tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages