Cloud-Drift / clouddrift

CloudDrift accelerates the use of Lagrangian data for atmospheric, oceanic, and climate sciences.
https://clouddrift.org/
MIT License
38 stars 8 forks source link

Test suite no longer shows in vscode testing extension #511

Open kevinsantana11 opened 2 months ago

kevinsantana11 commented 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.

kevinsantana11 commented 2 months ago

Hi @selipot try creating a settings.json with the following contents:

{
    "python.testing.unittestEnabled": false,
    "python.testing.pytestEnabled": true
}