diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6e49bef --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "python.pythonPath": "dev_env/bin/python", + "python.testing.pytestArgs": [ + "--verbose", "--junit-xml=./unit_test.junit.xml", "--override-ini=pytest.ini", "--tb=line", "test" + ], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true +} \ No newline at end of file