package alcotest
Alcotest is a lightweight and colourful test framework
Install
Dune Dependency
Authors
Maintainers
Sources
alcotest-1.7.0.tbz
sha256=812bacdb34b45e88995e07d7306bdab2f72479ef1996637f1d5d1f41667902df
sha512=4ae1ba318949ec9db8b87bc8072632a02f0e4003a95ab21e474f5c34c3b5bde867b0194a2d0ea7d9fc4580c70a30ca39287d33a8c134acc7611902f79c7b7ce8
doc/src/alcotest.engine/config_intf.ml.html
Source file config_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
module Types = struct type bound = [ `Unlimited | `Limit of int ] type filter = name:string -> index:int -> [ `Run | `Skip ] type ci = [ `Github_actions | `OCamlci | `Unknown | `Disabled ] (** All supported Continuous Integration (CI) systems. *) type t = < and_exit : bool ; verbose : bool ; compact : bool ; tail_errors : bound ; quick_only : bool ; show_errors : bool ; json : bool ; filter : filter option ; log_dir : string ; bail : bool ; record_backtrace : bool ; ci : ci > type 'a with_options = ?and_exit:bool -> ?verbose:bool -> ?compact:bool -> ?tail_errors:bound -> ?quick_only:bool -> ?show_errors:bool -> ?json:bool -> ?filter:filter -> ?log_dir:string -> ?bail:bool -> ?record_backtrace:bool -> ?ci:ci -> 'a end module type Config = sig include module type of Types module User : sig type t (** The type of configurations supplied by the user, with defaults not yet supplied. *) val create : (unit -> t) with_options (** Build a config object with the supplied options. *) val kcreate : (t -> 'a) -> 'a with_options (** Like [create], but passes the constructed config to a continuation rather than returning directly. *) val term : and_exit:bool -> record_backtrace:bool -> ci:ci -> t Cmdliner.Term.t (** [term] provides a command-line interface for building configs. *) val ( || ) : t -> t -> t (** Merge two configs, with fields from the left taking priority over those in the right. *) (** {2 Accessors} *) val and_exit : t -> bool val record_backtrace : t -> bool val ci : t -> ci end val apply_defaults : default_log_dir:string -> User.t -> t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>