Commit b661003
File tree
Expand file treeCollapse file tree
5 files changed
+89
-7
lines changedOpen diff view settings
Filter options
- tests/functional
- api
- fixtures
Expand file treeCollapse file tree
5 files changed
+89
-7
lines changedOpen diff view settings
Collapse file
tests/functional/api/test_groups.py
Copy file name to clipboardExpand all lines: tests/functional/api/test_groups.py+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
218 | 218 | |
219 | 219 | |
220 | 220 | |
221 | | - |
222 | | - |
| 221 | + |
| 222 | + |
| 223 | + |
223 | 224 | |
224 | 225 | |
225 | 226 | |
| ||
234 | 235 | |
235 | 236 | |
236 | 237 | |
237 | | - |
238 | | - |
| 238 | + |
| 239 | + |
| 240 | + |
239 | 241 | |
240 | 242 | |
241 | 243 | |
|
Collapse file
tests/functional/conftest.py
Copy file name to clipboardExpand all lines: tests/functional/conftest.py+27Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
23 | 33 | |
24 | 34 | |
25 | 35 | |
| ||
180 | 190 | |
181 | 191 | |
182 | 192 | |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
183 | 210 | |
184 | 211 | |
185 | 212 | |
|
Collapse file
tests/functional/fixtures/.env
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
Collapse file
tests/functional/fixtures/create_license.rb
Copy file name to clipboard+51Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
Collapse file
tests/functional/fixtures/docker-compose.yml
Copy file name to clipboardExpand all lines: tests/functional/fixtures/docker-compose.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
31 | 31 | |
32 | 32 | |
33 | 33 | |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
37 | | - |
| 38 | + |
38 | 39 | |
39 | 40 | |
| 41 | + |
40 | 42 | |
41 | 43 | |
42 | 44 | |
|
0 commit comments