diff --git a/.vscode/settings.json b/.vscode/settings.json index f3d475b..02e04c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "**/*.pyc": true, "**/__pycache__": true }, - "python.pythonPath": "/Users/morteza/miniconda3/bin/python" + "python.pythonPath": "/Users/morteza/miniconda3/bin/python", + "python.autoComplete.extraPaths": [".", "./tests","./generators"] } diff --git a/.vscode/settings.json b/.vscode/settings.json index f3d475b..02e04c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "**/*.pyc": true, "**/__pycache__": true }, - "python.pythonPath": "/Users/morteza/miniconda3/bin/python" + "python.pythonPath": "/Users/morteza/miniconda3/bin/python", + "python.autoComplete.extraPaths": [".", "./tests","./generators"] } diff --git a/run_tests.py b/run_tests.py index 9fd4332..1ab5567 100644 --- a/run_tests.py +++ b/run_tests.py @@ -1,7 +1,3 @@ -import os - -print(os.getcwd()) - from tests.nb_gm_004_bm import run as nb_gm_004_bm nb_gm_004_bm()