Skip to content

Commit

Permalink
fix: update pytest arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 6, 2025
1 parent 5a71d3a commit 728360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mypy.configFile": "./pyproject.toml",

// Testing
"python.testing.pytestArgs": ["lattebot"],
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 728360f

Please sign in to comment.