buildtest.exceptions

Module Contents

exception buildtest.exceptions.BuildTestError(msg, *args)

Bases: Exception

Class responsible for error handling in buildtest. This is a sub-class of Exception class.

__str__(self)

Return str(self).

exception buildtest.exceptions.BuildspecError(buildspec, msg)

Bases: Exception

raise exception if there is an issue with Buildspec in parsing or building test

__str__(self)

Return str(self).

exception buildtest.exceptions.ConfigurationError(config, settings_file, msg)

Bases: Exception

This will raise an error related with buildtest configuration file

__str__(self)

Return str(self).

exception buildtest.exceptions.ExecutorError

Bases: Exception

This class raises an error with Executor class and its operation