package octez-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A package that contains multiple base libraries used by the Octez suite
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
doc/octez-libs.test-helpers/Tezos_test_helpers/Testable/index.html
Module Tezos_test_helpers.TestableSource
Testable collects Alcotest.testable definitions for OCaml base types.
include module type of struct include Alcotest end
type !'a test_case = string * speed_level * ('a -> return)val test_case : string -> speed_level -> ('a -> return) -> 'a test_casetype !'a test = string * 'a test_case listtype !'a with_options =
?stdout:Alcotest_engine__.Formatters.stdout ->
?stderr:Alcotest_engine__.Formatters.stderr ->
?and_exit:bool ->
?verbose:bool ->
?compact:bool ->
?tail_errors:[ `Limit of int | `Unlimited ] ->
?quick_only:bool ->
?show_errors:bool ->
?json:bool ->
?filter:(name:string -> index:int -> [ `Run | `Skip ]) ->
?log_dir:string ->
?bail:bool ->
?record_backtrace:bool ->
?ci:Alcotest_engine__.Config.ci ->
'aval run :
(?argv:string array -> string -> unit test list -> return) with_optionsval run_with_args :
(?argv:string array ->
string ->
'a Cmdliner.Term.t ->
'a test list ->
return)
with_optionstype !'a testable = (module TESTABLE with type t = 'a)val equal : 'a testable -> 'a -> 'a -> boolval bool : bool testableval int : int testableval int32 : int32 testableval int64 : int64 testableval float : float -> float testableval char : char testableval string : string testableval bytes : bytes testableval unit : unit testableval pass : 'a testableval reject : 'a testableval check : ('a testable -> string -> 'a -> 'a -> unit) extra_infoval check' :
('a testable -> msg:string -> expected:'a -> actual:'a -> unit) extra_infoval fail : (string -> 'a) extra_infoval failf : (('a, Format.formatter, unit, 'b) format4 -> 'a) extra_infoval check_raises : (string -> exn -> (unit -> unit) -> unit) extra_infoval match_raises :
(string -> (exn -> bool) -> (unit -> unit) -> unit) extra_info sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>