mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-06-16 10:08:30 +00:00
added automated tests rmved unused imports
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -1,9 +1,17 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/sbin/python",
|
||||
"python.testing.pytestArgs": [
|
||||
"Sample codes"
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.nosetestsEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./tests",
|
||||
"-p",
|
||||
"test_*.py"
|
||||
],
|
||||
"python.testing.cwd": "tests"
|
||||
}
|
Reference in New Issue
Block a user