From facb075d3f9d5a0d57f054a0c4ac38f1121cd4ad Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 10 Aug 2018 15:09:13 -0500 Subject: [PATCH] Code settings --- .gitignore | 1 + .vscode/settings.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 113294a..fb17ede 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ ENV/ # mypy .mypy_cache/ +/.pytest_cache diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..762b479 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "python.unitTest.promptToConfigure": false, + "python.unitTest.pyTestEnabled": false, + "python.unitTest.unittestEnabled": false, + "python.unitTest.nosetestsEnabled": false +} \ No newline at end of file