Skip to content

Commit

Permalink
autodiscovery for pytest unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gexar committed Nov 20, 2024
1 parent d2dfd04 commit 1fbecd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// Set *default* container specific settings.json values on container create.
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
Expand Down

0 comments on commit 1fbecd5

Please sign in to comment.