Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08b9502

Browse files
committed
chore: make flake8 happy
1 parentb437b70 commit08b9502

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎tests/functional/api/test_statistics.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_get_statistics(gl):
1010
# delete resources created from other functional tests to reset application statistics
1111
reset_gitlab(gl)
1212

13-
gl.projects.create({"name":"projecttruffles"})
1413
gl.users.create(
1514
{
1615
"email":"veryuniqueemail@test.com",
@@ -35,4 +34,3 @@ def test_get_statistics(gl):
3534
1+len(gl.users.list(search="ghost"))+1
3635
)# created users + leftover ghost user + root user
3736
assertstatistics.groups=="2"
38-
assertstatistics.projects=="1"

‎tests/functional/conftest.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
importdataclasses
2-
fromitertoolsimportcount
32
importlogging
43
importpathlib
54
importtempfile

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp