Name files with autogenerated numbers

This commit is contained in:
Oleksandr Kozachuk
2023-04-07 21:55:47 +02:00
parent 4375b6aafd
commit 16f059920b
4 changed files with 47 additions and 36 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}