Skip to content

Commit df595bb

Browse files
authored
✨ Is3318/resend 2fh handler (⚠️ devops) (ITISFoundation#3658)
1 parent 5c339bf commit df595bb

35 files changed

+2803
-1172
lines changed

.vscode/launch.template.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.2.0",
77
"configurations": [
88
{
9-
"name": "Python: Run Test",
9+
"name": "Python: Test",
1010
"type": "python",
1111
"request": "launch",
1212
"module": "pytest",
@@ -23,6 +23,25 @@
2323
"console": "integratedTerminal",
2424
"justMyCode": false
2525
},
26+
{
27+
"name": "Python: Testit",
28+
"type": "python",
29+
"request": "launch",
30+
"module": "pytest",
31+
"args": [
32+
"--ff",
33+
"--log-cli-level=INFO",
34+
"--pdb",
35+
"--setup-show",
36+
"-m testit",
37+
"-sx",
38+
"-vv",
39+
"${file}"
40+
],
41+
"cwd": "${workspaceFolder}",
42+
"console": "integratedTerminal",
43+
"justMyCode": false
44+
},
2645
{
2746
"name": "Python: Remote Attach api-server",
2847
"type": "python",

0 commit comments

Comments
 (0)