f49ee80 fix missing tearDown methods for numerous tests

38 files Authored by mikem a month ago, Committed by tkopecek a month ago,
38 files changed. 109 lines added. 2 lines removed.
tests/test_hub/test_add_group_member.py
file modified
+3 -0
tests/test_hub/test_add_volume.py
file modified
+3 -0
tests/test_hub/test_create_image_build.py
file modified
+3 -0
tests/test_hub/test_create_maven_build.py
file modified
+3 -0
tests/test_hub/test_create_user.py
file modified
+3 -0
tests/test_hub/test_create_win_build.py
file modified
+3 -0
tests/test_hub/test_delete_build_target.py
file modified
+3 -0
tests/test_hub/test_disable_channel.py
file modified
+3 -0
tests/test_hub/test_disable_user.py
file modified
+3 -0
tests/test_hub/test_edit_permission.py
file modified
+3 -0
tests/test_hub/test_enable_channel.py
file modified
+3 -0
tests/test_hub/test_enable_user.py
file modified
+3 -0
tests/test_hub/test_find_build_id.py
file modified
+3 -0
tests/test_hub/test_getRPMDeps.py
file modified
+3 -0
tests/test_hub/test_get_build_notifications.py
file modified
+3 -0
tests/test_hub/test_get_buildroot.py
file modified
+3 -0
tests/test_hub/test_get_changelog_entries.py
file modified
+3 -0
tests/test_hub/test_get_external_repo.py
file modified
+3 -0
tests/test_hub/test_get_next_release.py
file modified
+3 -0
tests/test_hub/test_get_user.py
file modified
+3 -0
tests/test_hub/test_get_volume.py
file modified
+3 -0
tests/test_hub/test_grant_permissions.py
file modified
+3 -0
tests/test_hub/test_group_pkg_operations.py
file modified
+3 -0
tests/test_hub/test_group_req_operations.py
file modified
+3 -0
tests/test_hub/test_import_image_internal.py
file modified
+1 -0
tests/test_hub/test_list_builds.py
file modified
+3 -0
tests/test_hub/test_list_tagged.py
file modified
+3 -0
tests/test_hub/test_list_tagged_archives.py
file modified
+3 -0
tests/test_hub/test_list_tagged_rpms.py
file modified
+3 -0
tests/test_hub/test_multicall.py
file modified
+3 -0
tests/test_hub/test_new_maven_build.py
file modified
+3 -0
tests/test_hub/test_new_win_build.py
file modified
+3 -0
tests/test_hub/test_query_buildroots.py
file modified
+3 -0
tests/test_hub/test_query_rpm_sigs.py
file modified
+3 -0
tests/test_hub/test_restart_hosts.py
file modified
+3 -0
tests/test_hub/test_set_user_status.py
file modified
+3 -0
tests/test_hub/test_verify_names.py
file modified
+3 -0
tests/test_hub/utils.py
file modified
+0 -2
    fix missing tearDown methods for numerous tests
    
        
file modified
+0 -2