Octogram.Helpers
val make_mk_case : unit -> case_maker
download url filename
downloads the file at url
, stores it in a temporary file named filename
, and returns the complete path to the downloaded file.
The dir
optional argument can be specified to the directory inside of which to save the file. If omitted, the directory is chosen by Tezt.
The runner
optional argument can be specified to execute the command on a remote runner. If omitted, the command is executed locally.
val mkdir_runnable :
?runner:Tezt__.Runner.t ->
?p:bool ->
string ->
(Tezt.Process.t, unit) Tezt_mavryk.Runnable.t
val deploy_runnable :
runner:Tezt.Runner.t ->
?r:bool ->
string ->
string ->
(Tezt.Process.t, unit) Tezt_mavryk.Runnable.t