package octez-libs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
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
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
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)"
>