You've already forked akaunting-py
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"-v",
|
|
"--cov=akauntingpy",
|
|
"--cov-report=xml",
|
|
"--pdb",
|
|
"tests/"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |