Currently, to test both commands like jobsub_submit and jobsub submit, we have two separate integration test files, test_submit_wait_int.py and test_submit_wait_2_int.py respectively. We should merge the latter into the former, reusing test code where possible, and set the command being run (jobsub_submit, jobsub submit) as a pytest parameter.
Currently, to test both commands like
jobsub_submitandjobsub submit, we have two separate integration test files, test_submit_wait_int.py and test_submit_wait_2_int.py respectively. We should merge the latter into the former, reusing test code where possible, and set the command being run (jobsub_submit,jobsub submit) as a pytest parameter.