Open kevinsantana11 opened 2 months ago
The VS code testing extension no longer lists the test suites / test functions. This may be because the vscode configuration was removed.
Hi @selipot try creating a settings.json with the following contents:
{ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true }
The VS code testing extension no longer lists the test suites / test functions. This may be because the vscode configuration was removed.