Prepare vitest

This commit is contained in:
wvffle 2022-08-31 22:36:40 +00:00 committed by Georg Krause
commit 0541da444b
11 changed files with 529 additions and 1800 deletions

View file

@ -7,5 +7,7 @@
"tests/"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
"python.testing.pytestEnabled": true,
"vitest.enable": true,
"vitest.commandLine": "yarn vitest"
}