# BaseTableUploadHandler.__init__()
-mock_tuh_init = testing.instance_method_mock_fixture('__init__')
+mock_tuh_init = testing.late_instance_mock_fixture('__init__')
# BaseTableUploadHandler.resolve_table()
-mock_resolve_table = testing.instance_method_mock_fixture('resolve_table')
+mock_resolve_table = testing.late_instance_mock_fixture('resolve_table')
# BaseTableUploadHandler.good_table()
-mock_good_table = testing.instance_method_mock_fixture('good_table')
+mock_good_table = testing.late_instance_mock_fixture('good_table')
@pytest.fixture