File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
def test_get_statistics (gl ):
7
- gl .projects .create ({"name" : "admin_project " })
7
+ gl .projects .create ({"name" : "projecttruffles " })
8
8
gl .users .create (
9
9
{
10
- "email" : "user @test.com" ,
11
- "username" : "user " ,
12
- "name" : "user " ,
13
- "password" : "user_pass " ,
10
+ "email" : "veryuniqueemail @test.com" ,
11
+ "username" : "plsdontclash " ,
12
+ "name" : "uniqueuser " ,
13
+ "password" : "hopefullythisdoesnthavetobeunique " ,
14
14
}
15
15
)
16
- gl .groups .create ({"name" : "gitlab-test-group1 " , "path" : "gitlab-test-group1 " })
16
+ gl .groups .create ({"name" : "gryffindor " , "path" : "gryffindor " })
17
17
gl .snippets .create (
18
- {"title" : "snippet1 " , "file_name" : "snippet1 .py" , "content" : "import gitlab" }
18
+ {"title" : "uniquesnippet " , "file_name" : "snippet394 .py" , "content" : "import gitlab" }
19
19
)
20
20
21
21
statistics = gl .statistics .get ()
You can’t perform that action at this time.
0 commit comments