mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-09 05:43:57 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
],
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
".",
|
|
"-p",
|
|
"*test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
}
|