update
This commit is contained in:
@@ -8,3 +8,12 @@ def test_find_jobs():
|
||||
result = gitlab_ci_job_finder.find_jobs(count, projectid, jobname)
|
||||
one_job = result[0]
|
||||
assert one_job['status'] == 'success'
|
||||
|
||||
|
||||
def test_find_pipelines():
|
||||
count = 500
|
||||
projectid = 244
|
||||
jobname = "prepare"
|
||||
result = gitlab_ci_job_finder.find_pipelines(count, projectid, jobname)
|
||||
# one_job = result[0]
|
||||
assert result is not None
|
||||
|
||||
Reference in New Issue
Block a user