simplebench.exceptions.base module
Base class for error tag enums.
-
class simplebench.exceptions.base.ErrorTag(value)[source]
Bases: str, Enum
Base class for error tag enums.
ErrorTags are used to identify specific error condition sources in the simplebench package.
Tests use these tags to assert specific error condition paths.