Set up tests, add tests for common.util.time, add %d
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-05 15:18:57 +01:00
parent 67f5090bf8
commit 34ce1e9b05
6 changed files with 60 additions and 33 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}