feat: async pytest, testcases for starting and finishing shifts
This commit is contained in:
14
tests/fixtures/payroll_schemas.json
vendored
Normal file
14
tests/fixtures/payroll_schemas.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"key": "hourly",
|
||||
"name": "Почасовая"
|
||||
},
|
||||
{
|
||||
"key": "daily",
|
||||
"name": "Подневная"
|
||||
},
|
||||
{
|
||||
"key": "monthly",
|
||||
"name": "Помесячная"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user