cleanup
This commit is contained in:
10
test_gitlab_ci_job_finder.py
Normal file
10
test_gitlab_ci_job_finder.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import gitlab_ci_job_finder
|
||||
|
||||
|
||||
def test_find_jobs():
|
||||
count = 20
|
||||
projectid = 244
|
||||
jobname = "prepare"
|
||||
result = gitlab_ci_job_finder.find_jobs(count, projectid, jobname)
|
||||
one_job = result[0]
|
||||
assert one_job['status'] == 'success'
|
||||
Reference in New Issue
Block a user