Skip to content

Commit

Permalink
single dev container (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 10, 2024
1 parent 8afdb61 commit ee16922
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 92 deletions.
42 changes: 0 additions & 42 deletions .devcontainer.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ dist/
ngrok

.venv
.coverage
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 @@ -21,6 +21,9 @@
"type": "debugpy"
},
{
"env": {
"PYTEST_ADDOPTS": "--no-cov"
},
"justMyCode": false,
"name": "Pytest",
"presentation": {
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@
"python.defaultInterpreterPath": ".venv/bin/python",
"python.testing.pytestArgs": [
"-n=auto",
"--cov=.",
"--cov-report=html",
"-c=pyproject.toml",
"."
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.analysis.extraPaths": ["./cfl_common"]
"python.analysis.extraPaths": [
"./cfl_common"
]
}
14 changes: 0 additions & 14 deletions codeforlife.code-workspace

This file was deleted.

0 comments on commit ee16922

Please sign in to comment.