1
0

More unit tests (#34)

This commit is contained in:
konrad
2018-12-16 13:21:32 +00:00
committed by Gitea
parent 424dfe19af
commit 777d63dff1
30 changed files with 2019 additions and 10 deletions

View File

@ -15,4 +15,10 @@
title: Test3
description: Lorem Ipsum
owner_id: 3
namespace_id: 2
namespace_id: 2
-
id: 4
title: Test4
description: Lorem Ipsum
owner_id: 3
namespace_id: 3

View File

@ -7,4 +7,9 @@
id: 2
name: testnamespace2
description: Lorem Ipsum
owner_id: 2
owner_id: 2
-
id: 3
name: testnamespace3
description: Lorem Ipsum
owner_id: 3

View File

@ -0,0 +1,41 @@
- id: 1
text: 'task #1'
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
- id: 2
text: 'task #2 done'
done: true
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
- id: 3
text: 'task #3 high prio'
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
priority: 100
- id: 4
text: 'task #4 low prio'
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
priority: 1
- id: 5
text: 'task #5 higher due date'
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
due_date_unix: 1543636724
- id: 6
text: 'task #6 lower due date'
created_by_id: 1
list_id: 1
created: 1543626724
updated: 1543626724
due_date_unix: 1543616724

View File

@ -0,0 +1,6 @@
- id: 1
team_id: 1
list_id: 3
- id: 2
team_id: 2
list_id: 3

View File

@ -0,0 +1,6 @@
- id: 1
team_id: 1
namespace_id: 3
- id: 2
team_id: 2
namespace_id: 3

View File

@ -13,3 +13,9 @@
username: 'user3'
password: '1234'
email: 'johndoe@example.com'
-
id: 4
username: 'user4'
password: '1234'
email: 'johndoe@example.com'
email_confirm_token: tiepiQueed8ahc7zeeFe1eveiy4Ein8osooxegiephauph2Ael

View File

@ -0,0 +1,6 @@
- id: 1
user_id: 1
list_id: 3
- id: 2
user_id: 2
list_id: 3

View File

@ -0,0 +1,6 @@
- id: 1
user_id: 1
namespace_id: 3
- id: 2
user_id: 2
namespace_id: 3