Skip to content

ResultAssertionsType🔗

Definition🔗

class ResultAssertionsType(enum.StrEnum):
    NONE = ""
    TIMESERIES_WIDE = "timeseries-wide"
    TIMESERIES_LONG = "timeseries-long"
    TIMESERIES_MANY = "timeseries-many"
    TIMESERIES_MULTI = "timeseries-multi"
    DIRECTORY_LISTING = "directory-listing"
    TABLE = "table"
    NUMERIC_WIDE = "numeric-wide"
    NUMERIC_MULTI = "numeric-multi"
    NUMERIC_LONG = "numeric-long"
    LOG_LINES = "log-lines"