X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d01c644639aa75500c8cfb2a2b7bfd83941eac3..dec2837a7cb9d6c0538e7a4b699fd08435e8353a:/sdk/cwl/tests/test_copy_deps.py diff --git a/sdk/cwl/tests/test_copy_deps.py b/sdk/cwl/tests/test_copy_deps.py index 298a6800f8..2b78db8b0b 100644 --- a/sdk/cwl/tests/test_copy_deps.py +++ b/sdk/cwl/tests/test_copy_deps.py @@ -136,7 +136,7 @@ def test_execute(): finally: api.groups().delete(uuid=group["uuid"]).execute() - -test_create() -test_update() -test_execute() +if __name__ == '__main__': + test_create() + test_update() + test_execute()