Skip to content

Commit

Permalink
It's alive
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Apr 18, 2024
1 parent eec4b23 commit 18cd4f9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
"files.exclude": {
"services/**": true
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": false
}
1 change: 1 addition & 0 deletions services/ifrs/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dockerComposeFile": ["../../../.devcontainer/docker-compose.yml"],
"service": "ifrs",
"workspaceFolder": "ifrs",
"shutdownAction":"none",
"customizations": {
"vscode": {
// Set *default* container specific settings.json values on container create.
Expand Down
6 changes: 6 additions & 0 deletions services/ifrs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.cwd": "./tests",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
1 change: 1 addition & 0 deletions services/irs/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dockerComposeFile": ["../../../.devcontainer/docker-compose.yml"],
"service": "irs",
"workspaceFolder": "irs",
"shutdownAction":"none",
"customizations": {
"vscode": {
// Set *default* container specific settings.json values on container create.
Expand Down
6 changes: 6 additions & 0 deletions services/irs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.cwd": "./tests",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
1 change: 1 addition & 0 deletions services/pcs/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dockerComposeFile": ["../../../.devcontainer/docker-compose.yml"],
"service": "pcs",
"workspaceFolder": "pcs",
"shutdownAction":"none",
"customizations": {
"vscode": {
// Set *default* container specific settings.json values on container create.
Expand Down
6 changes: 6 additions & 0 deletions services/pcs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.testing.cwd": "./tests",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 18cd4f9

Please sign in to comment.