7e9446ea07
fix copyright date Add more user tests More user tests More user tests Start refactoring user tests Docs Fix lint Fix db fixtures init in tests Fix models test Fix loading fixtures Fix ineffasign Fix lint Fix integration tests Fix init of test engine creation Fix user related tests Better handling of creating test enging Moved all fixtures to db package Moved all fixtures to db package Moved user related stuff to seperate package Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/123
40 lines
No EOL
732 B
YAML
40 lines
No EOL
732 B
YAML
- id: 1
|
|
name: testteam1
|
|
description: Lorem Ipsum
|
|
created_by_id: 1
|
|
- id: 2
|
|
name: testteam2_read_only_on_list6
|
|
created_by_id: 1
|
|
- id: 3
|
|
name: testteam3_write_on_list7
|
|
created_by_id: 1
|
|
- id: 4
|
|
name: testteam4_admin_on_list8
|
|
created_by_id: 1
|
|
- id: 5
|
|
name: testteam2_read_only_on_namespace7
|
|
created_by_id: 1
|
|
- id: 6
|
|
name: testteam3_write_on_namespace8
|
|
created_by_id: 1
|
|
- id: 7
|
|
name: testteam4_admin_on_namespace9
|
|
created_by_id: 1
|
|
- id: 8
|
|
name: testteam8
|
|
created_by_id: 7
|
|
- id: 9
|
|
name: testteam9
|
|
created_by_id: 7
|
|
- id: 10
|
|
name: testteam10
|
|
created_by_id: 7
|
|
- id: 11
|
|
name: testteam11
|
|
created_by_id: 7
|
|
- id: 12
|
|
name: testteam12
|
|
created_by_id: 7
|
|
- id: 13
|
|
name: testteam13
|
|
created_by_id: 7 |