Skip to content

Commit

Permalink
feat: configure VS Code for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Dec 9, 2024
1 parent 6d234ee commit 3cc70ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Empty file added tests/__init__.py
Empty file.
Empty file added tests/pytest/__init__.py
Empty file.

0 comments on commit 3cc70ff

Please sign in to comment.