- Initial agent development, starting by PDF

fix:
- Fixed test discovery on subdirectories

test:
- Started tests for PDF agent
This commit is contained in:
2025-03-19 21:57:08 -03:00
parent 5238d73942
commit a7b292f437
12 changed files with 110 additions and 16 deletions

View File

@@ -7,5 +7,8 @@
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.unittestEnabled": true,
"python.analysis.extraPaths": [
"./src/service"
]
}