def otherarg(request): param = request.param print (" SETUP otherarg %s" % param) yield param print (" TEARDOWN otherarg %s" % param)