fix missing requirements and add test caller

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-21 05:52:45 +02:00
parent d93ab67edc
commit 78ceb46b2e
8 changed files with 94 additions and 149 deletions

View file

@ -1,4 +1,5 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true
"python.analysis.autoImportCompletions": true,
"python.pythonPath": "./venv/bin/python"
}