Skip to content

Commit

Permalink
Revert "pytest"
Browse files Browse the repository at this point in the history
This reverts commit af5486c.
  • Loading branch information
TheManWhoLikesToCode committed Jan 15, 2024
1 parent a0d5f17 commit f40110e
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 555 deletions.
14 changes: 1 addition & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"python.formatting.provider": "autopep8",
"python.analysis.typeCheckingMode": "off",
"python.testing.unittestArgs": [
"-v",
"-s",
"./backend",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
"backend"
]
"python.analysis.typeCheckingMode": "off"
}
Loading

0 comments on commit f40110e

Please sign in to comment.