Skip to content

Commit

Permalink
Fix VSCode tests auto discovery (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyp-descope committed May 3, 2023
1 parent f6161e8 commit 8f86f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,5 @@ dmypy.json
# Pyre type checker
.pyre/

.vscode/

# Mac OS
.DS_Store
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"tests"
],
}

0 comments on commit 8f86f80

Please sign in to comment.