- Initial agent development, starting by PDF fix: - Fixed test discovery on subdirectories test: - Started tests for PDF agent
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./test",
|
|
"-p",
|
|
"test_*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.analysis.extraPaths": [
|
|
"./src/service"
|
|
]
|
|
} |