feat: async pytest, testcases for starting and finishing shifts
This commit is contained in:
18
tests/fixtures/pay_rates.json
vendored
Normal file
18
tests/fixtures/pay_rates.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Старший упаковщик",
|
||||
"payroll_scheme_key": "hourly",
|
||||
"base_rate": 350,
|
||||
"overtime_rate": 450,
|
||||
"overtime_threshold": 8
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Менеджер по продажам",
|
||||
"payroll_scheme_key": "hourly",
|
||||
"base_rate": 450,
|
||||
"overtime_rate": 550,
|
||||
"overtime_threshold": 8
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user