Replies: 1 comment
-
Locking as a duplicate of #19334 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
VSCode can't find my tests and showed me a message directing me to this page:
I have a single test:

pytest --collect-only works just fine
root@704bfe015b97:/workspaces/gge# pytest --collect-only
========================================== test session starts ===========================================
platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0
cachedir: /dev/shm/pytest_cache
rootdir: /workspaces/gge, configfile: pyproject.toml
plugins: hypothesis-6.46.11, typeguard-2.13.3, pspec-0.0.4, xdist-2.5.0, forked-1.4.0
collected 1 item
======================================= 1 test collected in 6.13s ========================================
Beta Was this translation helpful? Give feedback.
All reactions