Skip to content

QuentinFchx/pytestbug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Reproduction case for microsoft/vscode-python#21705

  1. Create a virtual env with the following dependencies
mkvirtualenv pytestbug
pip install pytest
pip install pytest-describe
  1. Open the project in VSCode

  2. Install/Enable the vscode-python extension (ms-python.python) and set the virtualenv to pytestbug (or whatever you configured above)

  3. Discover tests -> You should only see 2 tests instead of 4 (cf. underlying issue linked at the top of the file).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages