Skip to content

Commit e2ada16

Browse files
Merge pull request #4 from Digitalisationtransformers/codespace-bookish-journey-pjj5pr559qxjc7q6x
Codespace bookish journey pjj5pr559qxjc7q6x
2 parents 2965926 + a383c9c commit e2ada16

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
}
5+
}

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"python.testing.unittestArgs": [
3+
"-v",
4+
"-s",
5+
".",
6+
"-p",
7+
"*test.py"
8+
],
9+
"python.testing.pytestEnabled": false,
10+
"python.testing.unittestEnabled": true
11+
}

0 commit comments

Comments
 (0)