cannot find unittest in files that contains . in its file name #22745
Labels
area-testing
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
Type: Bug
Behaviour
Cannot find unittests in files with . in it's file name
Expected vs. Actual
Expected: find tests in file named like "foo.test.py"
Actual: fail to find tests, but if change to "foo_test.py", then everything works
Steps to reproduce:
example_test.py
toexample.test.py
and the settings above to "*.test.py", all tests are gone.python.languageServer
setting: PylanceOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
Extension version: 2023.22.1
VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:49:37.021Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Remote OS version: Linux x64 5.15.137.3-microsoft-standard-WSL2
The text was updated successfully, but these errors were encountered: