Skip to content

Commit 80eec62

Browse files
committed
chore: vscode setting
1 parent bf06965 commit 80eec62

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@
4040
}
4141
}
4242
]
43-
}
43+
},
44+
"python.testing.pytestArgs": [
45+
"tests"
46+
],
47+
"python.testing.unittestEnabled": false,
48+
"python.testing.pytestEnabled": true
4449
}

0 commit comments

Comments
 (0)