unittest für die SortierId geschrieben

This commit is contained in:
2023-10-26 15:51:57 +02:00
parent 2027650c25
commit c26fdc2781
5 changed files with 108 additions and 9 deletions
+6 -1
View File
@@ -4,5 +4,10 @@
"path": "."
}
],
"settings": {}
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}
}