diff --git a/.gitignore b/.gitignore index 9f80b8f..a3cfcc5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,18 +3,16 @@ __pycache__/ *.py[cod] *$py.class -# C extensions -*.so +*.no .DS_Store -# Distribution / packaging -.Python +Distribution / packaging + build/ develop-eggs/ dist/ downloads/ -eggs/ -.eggs/ +Readme.md lib/ lib64/ parts/ diff --git a/.vscode/settings.json b/.vscode/settings.json index ffeae15..0255a4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,17 @@ "terminal.integrated.env.windows": { "CONDA_AUTO_ACTIVATE_BASE": "false" }, - "terminal.integrated.defaultProfile.osx": "zsh" + "terminal.integrated.defaultProfile.osx": "zsh", + "python.testing.unittestArgs": [ + "-v", + "-s", + "./tests", + "-p", + "*test.py" + ], + "python.testing.pytestEnabled": true, + "python.testing.unittestEnabled": false, + "python.testing.pytestArgs": [ + "configs" + ] } \ No newline at end of file