diff --git a/.vscode/settings.json b/.vscode/settings.json index 1698f7b..d34973e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,9 @@ "editor.defaultFormatter": "ms-python.black-formatter" }, "python.languageServer": "Pylance", + "python.testing.pytestArgs": ["tests/pytest"], + "python.testing.pytestEnabled": true, + "python.testing.unittestEnabled": false, "workbench.editorAssociations": { "*.db": "sqlite-viewer.option" } diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/pytest/__init__.py b/tests/pytest/__init__.py new file mode 100644 index 0000000..e69de29