mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
13 lines
333 B
JSON
Executable File
13 lines
333 B
JSON
Executable File
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./tests",
|
|
"-p",
|
|
"test_*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.pythonPath": "/home/raelon/.virtualenvs/pyShelf/bin/python"
|
|
} |