@@ -58,7 +58,7 @@ def test_execute_batch(con100, requests_mock, tmpdir):
5858 [
5959 {"json" : {"status" : "submitted" }},
6060 {"json" : {"status" : "queued" }},
61- {"json" : {"status" : "running" , "progress" : 15 }},
61+ {"json" : {"status" : "running" , "progress" : 15.51 }},
6262 {"json" : {"status" : "running" , "progress" : 80 }},
6363 {"json" : {"status" : "finished" , "progress" : 100 }},
6464 ],
@@ -90,7 +90,7 @@ def test_execute_batch(con100, requests_mock, tmpdir):
9090 assert re .match (r"0:00:01 Job 'f00ba5': send 'start'" , log [0 ])
9191 assert re .match (r"0:00:02 Job 'f00ba5': submitted \(progress N/A\)" , log [1 ])
9292 assert re .match (r"0:00:04 Job 'f00ba5': queued \(progress N/A\)" , log [2 ])
93- assert re .match (r"0:00:07 Job 'f00ba5': running \(progress 15%\)" , log [3 ])
93+ assert re .match (r"0:00:07 Job 'f00ba5': running \(progress 15.5 %\)" , log [3 ])
9494 assert re .match (r"0:00:12 Job 'f00ba5': running \(progress 80%\)" , log [4 ])
9595 assert re .match (r"0:00:20 Job 'f00ba5': finished \(progress 100%\)" , log [5 ])
9696
0 commit comments