feat: async pytest, testcases for starting and finishing shifts
This commit is contained in:
20
tests/fixtures/work_shift_pauses.json
vendored
Normal file
20
tests/fixtures/work_shift_pauses.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"id": 100,
|
||||
"started_at": "2024-11-21 18:55:00",
|
||||
"finished_at": "2024-11-21 19:25:00",
|
||||
"work_shift_id": 100
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"started_at": "2024-11-11 23:30:00",
|
||||
"finished_at": "2024-11-12 00:30:00",
|
||||
"work_shift_id": 101
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"started_at": "2024-11-13 09:30:00",
|
||||
"finished_at": null,
|
||||
"work_shift_id": 101
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user