MODULE

PYTEST_HELM_CHARTS.ERRORS

Classes
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