Skip to content

Commit

Permalink
single dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 11, 2024
1 parent ca3d50d commit 6599395
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 100 deletions.
51 changes: 0 additions & 51 deletions .devcontainer.json

This file was deleted.

35 changes: 0 additions & 35 deletions .vscode/codeforlife.code-snippets

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"type": "debugpy"
},
{
"env": {
"PYTEST_ADDOPTS": "--no-cov"
},
"justMyCode": false,
"name": "Pytest",
"presentation": {
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"python.defaultInterpreterPath": ".venv/bin/python",
"python.testing.pytestArgs": [
"-n=auto",
"--cov=.",
"--cov-report=html",
"-c=pyproject.toml",
"."
],
Expand Down
14 changes: 0 additions & 14 deletions codeforlife.code-workspace

This file was deleted.

0 comments on commit 6599395

Please sign in to comment.