package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Mock_all_unit : sig ... end

An implementation of Tezos_protocol_environment.PROTOCOL used in tests. It sets all types to unit and implement all functions as assert false. Users of this module should include it and override the functions they need.