Skip to content
Snippets Groups Projects
Commit fcf4a1a3 authored by David Trattnig's avatar David Trattnig
Browse files

chore: run unit test in vscode

parent feead00c
No related branches found
No related tags found
1 merge request!20Preparations for ORM-less scheduling
......@@ -12,4 +12,13 @@
],
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment