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

Commit2c6c929

Browse files
author
Gauvain Pocentek
committed
Use the pythongitlab/test-python-gitlab docker image for tests
This images is updated to the latest GitLab CE.Fix the diff() test to match the change in the API output.
1 parent74623cf commit2c6c929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tools/build_test_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ cleanup() {
7777
}
7878

7979
try docker run --name gitlab-test --detach --publish 8080:80 \
80-
--publish 2222:22gpocentek/test-python-gitlab:latest>/dev/null
80+
--publish 2222:22pythongitlab/test-python-gitlab:latest>/dev/null
8181

8282
LOGIN='root'
8383
PASSWORD='5iveL!fe'

‎tools/python_test_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
]
391391
}
392392
admin_project.commits.create(data)
393-
assert('---'inadmin_project.commits.list()[0].diff()[0]['diff'])
393+
assert('@@'inadmin_project.commits.list()[0].diff()[0]['diff'])
394394

395395
# commit status
396396
commit=admin_project.commits.list()[0]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp