1
0
Fork 0

Fix unit tests

This commit is contained in:
Joao M 2022-08-25 00:35:16 +00:00
parent 0687ba60a2
commit 3a0b33041c
22 changed files with 63 additions and 67 deletions

4
.vscode/launch.json vendored
View file

@ -10,9 +10,9 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"cwd": "${workspaceFolder}/src",
"env": {
"PYTHONPATH": "${cwd}"
"=": "${cwd}/src"
}
}
]