feat: async pytest, testcases for starting and finishing shifts
This commit is contained in:
14
tests/fixtures/roles.json
vendored
Normal file
14
tests/fixtures/roles.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"key": "admin",
|
||||
"name": "Админ"
|
||||
},
|
||||
{
|
||||
"key": "user",
|
||||
"name": "Базовый пользователь"
|
||||
},
|
||||
{
|
||||
"key": "employee",
|
||||
"name": "Сотрудник"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user