rewrite testing across clusters using fixtures#533
Conversation
xfail security align LocalCluster api for unified testing move job unrelated test functions from test_job and to test_jobqueue_core for now
|
IMHO this makes testing alot easier to read. It also reduces the lines of code necessary considerably. |
move htcondor defaults to fixture revert move of docstring check (to make diff minimal) test_job now uses fixture
riedel
left a comment
There was a problem hiding this comment.
I tried to add a few explanations
add link to issue in xfail
34fffe4 to
7656084
Compare
guillaumeeb
left a comment
There was a problem hiding this comment.
This looks really neat!!
I just have a few questions and clarification, and a bit reluctance changing the submission script template.
Otherwise this would be a much welcomed change!
document fixtures remove leftovers and inconsistencies rename xfail_ci to xfail_env for consistency
|
@guillaumeeb , thanks for reviewing and catching some issues, I tried to incorporate them. I removed the changes to local.py and core.py as they are debatable and can go in a seperate PR . Hope no concerns are left. Added some docstrings to the fixtures. |
riedel
left a comment
There was a problem hiding this comment.
all your comments should be addressed ?!?
|
Thanks once more @riedel ! |
Please not that this conflicts and is not in sync with @lesteve's #353 . But it might be easier now since #521 was "fixed" .