tests user_with_load
This commit is contained in:
38
tests/mock_tasks.json
Normal file
38
tests/mock_tasks.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"title": "test1",
|
||||
"description": "test1",
|
||||
"due_date": "2026-06-01",
|
||||
"status": "open",
|
||||
"priority": "medium"
|
||||
},
|
||||
{
|
||||
"title": "test2",
|
||||
"description": "test2",
|
||||
"due_date": "2026-06-01",
|
||||
"status": "open",
|
||||
"priority": "high"
|
||||
|
||||
},
|
||||
{
|
||||
"title": "test3",
|
||||
"description": "test3",
|
||||
"due_date": "2026-06-02",
|
||||
"status": "todo",
|
||||
"priority": "medium"
|
||||
},
|
||||
{
|
||||
"title": "test4",
|
||||
"description": "test4",
|
||||
"due_date": "2026-06-02",
|
||||
"status": "open",
|
||||
"priority": "high"
|
||||
},
|
||||
{
|
||||
"title": "test5",
|
||||
"description": "test5",
|
||||
"due_date": "2026-06-02",
|
||||
"status": "todo",
|
||||
"priority": "low"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user