MODULE
PYTEST_HELM_CHARTS.ERRORS
Classes
WaitTimeoutError— Common base class for all non-exit exceptions.</>ObjectStatusError— Common base class for all non-exit exceptions.</>
class
pytest_helm_charts.errors.WaitTimeoutError(msg)
Bases
Exception
BaseException
Common base class for all non-exit exceptions.
Parameters
msg(str) —
Attributes
msg—
class
pytest_helm_charts.errors.ObjectStatusError(msg)
Bases
Exception
BaseException
Common base class for all non-exit exceptions.
Parameters
msg(str) —
Attributes
msg—