Module Ecaml_test_helpers.Env

Functions in Env modify both the Emacs environment and the Unix environment.

val putenv : key:string -> data:string -> unit
val unsetenv : string -> unit
val getenv : string -> string option
val getenv_exn : string -> string