Cloud-Drift/clouddrift

Test suite no longer shows in vscode testing extension

Opened this issue · 1 comments

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
}