Test_helpers
Helpers for dunolint tests.
This module defines utils used by the tests of dunolint. It is not meant to be exported outside of the dunolint project, and thus is simply named "Test_helpers" rather than have a dunolint part in its name.
val parse :
(module Dunolinter.Sexp_handler.S with type t = 'a) ->
path:Fpath_base.Fpath.t ->
Base.string ->
(Sexps_rewriter.t * Base.Sexp.t) * 'a
val is_true : Dunolint.Trilang.t -> Base.unit
val is_false : Dunolint.Trilang.t -> Base.unit
val is_undefined : Dunolint.Trilang.t -> Base.unit