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-18.1.tar.gz
sha256=aa2f5bc99cc4ca2217c52a1af2a2cdfd3b383208cb859ca2e79ca0903396ca1d
sha512=d68bb3eb615e3dcccc845fddfc9901c95b3c6dc8e105e39522ce97637b1308a7fa7aa1d271351d5933febd7476b2819e1694f31198f1f0919681f1f9cc97cb3a
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)"
>