diff --git a/.gitignore b/.gitignore index e1ff1cb..6a0a41b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.git -.DS_store -__pycache__/ -/out/ -/test* +.git +.DS_store +__pycache__/ +/out/ +/test* diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..65d939f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "python.testing.unittestArgs": [ + "-v", + "-s", + ".", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": false, + "python.testing.unittestEnabled": true +} \ No newline at end of file