Files
akaunting-py/.vscode/settings.json

11 lines
236 B
JSON
Raw Normal View History

2022-05-16 11:08:15 +12:00
{
"python.testing.pytestArgs": [
"-v",
"--cov=akauntingpy",
"--cov-report=xml",
"--pdb",
"tests/"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}