Skip to content

Commit

Permalink
use pytest in devcontainer settings (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored May 7, 2024
1 parent 4612607 commit ca85530
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"vscode": {
"extensions": [
"charliermarsh.ruff"
]
],
"settings": {
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
}
}
}

0 comments on commit ca85530

Please sign in to comment.