octez-libs.test-helpers
Tezos_test_helpers.Lwt_assert
lwt_assert contains Alcotest assertions lifted to the Lwt.
lwt_assert
aggregation
bare_functor_outputs
bare_sigs
bare_structs
communication
distribution
octez-libs.aplonk
octez-libs.base
octez-libs.base-test-helpers
octez-libs.bls12-381-hash
octez-libs.bls12-381-polynomial
octez-libs.bls12-381-signature
octez-libs.clic
octez-libs.context
octez-libs.crypto
octez-libs.crypto-dal
octez-libs.distributed-plonk
octez-libs.epoxy-tx
octez-libs.error-monad
octez-libs.event-logging
octez-libs.event-logging-test-helpers
octez-libs.expect-helper
octez-libs.hacl
octez-libs.lazy-containers
octez-libs.lwt-result-stdlib
octez-libs.mec
octez-libs.micheline
octez-libs.plompiler
octez-libs.plonk
octez-libs.polynomial
octez-libs.requester
octez-libs.rpc
octez-libs.rpc-http
octez-libs.rpc-http-client
octez-libs.rpc-http-client-unix
octez-libs.rpc-http-server
octez-libs.srs-extraction
octez-libs.stdlib
octez-libs.stdlib-unix
octez-libs.tezos-context
octez-libs.tezos-gossipsub
octez-libs.tezos-p2p-services
octez-libs.tezos-sapling
octez-libs.tezos-workers
octez-libs.tree-encoding
octez-libs.version
plonk_test
tezos_base_p2p_identity_file
tezos_base_unix
tezos_clic_unix
tezos_context_disk
tezos_context_dump
tezos_context_encoding
tezos_context_helpers
tezos_context_memory
tezos_context_merkle_proof_encoding
tezos_context_sigs
tezos_crypto_dal_octez_dal_config
tezos_version_parser
traced_functor_outputs
traced_sigs
traced_structs
traces
val lwt_assert_true : string -> bool -> unit Lwt.t
Lwt-lifted assertion that b is true.
b
true
val lwt_assert_false : string -> bool -> unit Lwt.t
Lwt-lifted assertion that b is false.
false
val lwt_check : 'a Alcotest.testable -> string -> 'a -> 'a -> unit Lwt.t
Lwt-lift of Alcotest.check.
Alcotest.check
val lwt_impossible : string -> unit Lwt.t
Lwt-lifted Alcotest version of assert false.
assert false
val lwt_fail : string -> 'a Lwt.t
lwt_fail str is a lwt-lifted Alcotest version of Alcotest.fail str.
lwt_fail str
Alcotest.fail str
val lwt_assert_catch : (unit -> unit Lwt.t) -> exn -> 'a Lwt.t
lwt_assert_catch p e runs p, expecting to catch e and fails if p does not raise that exception
lwt_assert_catch p e
p
e