Closed cibinsb closed 4 years ago
Merging #30 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #30 +/- ##
=======================================
Coverage 79.25% 79.25%
=======================================
Files 8 8
Lines 670 670
=======================================
Hits 531 531
Misses 139 139
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b77f77c...3524f9e. Read the comment docs.
Updated, please review it again.
Changed the less meaning full code comments and method names. Please review it again.
There is one more thing that is annoying for a contributor. The test: tests/test_job.py::JobTestCase::test_run_to_completion_success
takes too long to complete. Please, decrease a polling interval for the test, as otherwise it is 30s wait.
After that, please rebase the PR on top of master and squash commits.
Updating the unit test cases for job.py
Changes made