We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2965926 + a383c9c commit e2ada16Copy full SHA for e2ada16
.devcontainer/devcontainer.json
@@ -0,0 +1,5 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
3
+ "features": {
4
+ }
5
+}
.vscode/settings.json
@@ -0,0 +1,11 @@
+ "python.testing.unittestArgs": [
+ "-v",
+ "-s",
+ ".",
6
+ "-p",
7
+ "*test.py"
8
+ ],
9
+ "python.testing.pytestEnabled": false,
10
+ "python.testing.unittestEnabled": true
11
0 commit comments