param.parameterized.Parameters.warning# Parameters.warning(msg, *args, **kw)[source]# Print msg merged with args as a warning, unless module variable warnings_as_exceptions is True, then raise an Exception containing the arguments. See Python’s logging module for details of message formatting.