package octez-protocol-alpha-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file scenario.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(*****************************************************************************)
(*                                                                           *)
(* SPDX-License-Identifier: MIT                                              *)
(* Copyright (c) 2024 Nomadic Labs, <contact@nomadic-labs.com>               *)
(*                                                                           *)
(*****************************************************************************)

(** This module centralises all modules related to [Scenario] writing and
    execution. Most scenario tests would use most if not all of them, so
    they only need to [open Scenario]. *)

include Scenario_base
include Scenario_op
include Scenario_dsl
include Scenario_begin
include Scenario_constants
include Scenario_bake
OCaml

Innovation. Community. Security.