feat: async pytest, testcases for starting and finishing shifts

This commit is contained in:
2025-11-26 15:58:59 +04:00
parent c71a460170
commit ed00d1483d
14 changed files with 1933 additions and 1393 deletions

14
tests/fixtures/payroll_schemas.json vendored Normal file
View File

@@ -0,0 +1,14 @@
[
{
"key": "hourly",
"name": "Почасовая"
},
{
"key": "daily",
"name": "Подневная"
},
{
"key": "monthly",
"name": "Помесячная"
}
]