Sha256: f8604b52273f321121c1868b9356eb43f5989cb4afefd3ecd3417adc7b778db3
Contents?: true
Size: 401 Bytes
Versions: 59
Compression:
Stored size: 401 Bytes
Contents
open Core.Std open Model type error = TopLevelMustHaveKeyCalledCases | ExpectingListOfCases | ExpectingMapForCase | BadDescription | BadExpected type test = {name: string; cases: case list} [@@deriving eq, show] type tests = | Single of case list | Suite of test list [@@deriving eq, show] val parse_json_text : string -> (tests, error) Result.t val show_error : error -> string
Version data entries
59 entries across 59 versions & 1 rubygems