Files
MultiAgents/.vscode/settings.json
Ismael Sampaio a7b292f437 feat:
- Initial agent development, starting by PDF

fix:
- Fixed test discovery on subdirectories

test:
- Started tests for PDF agent
2025-03-19 21:57:08 -03:00

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"
]
}