package volgo

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

Module Vcs.Mock_rev_genSource

Creating mock revisions for use in expect tests.

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : name:string -> t
Sourceval next : t -> Rev.t

This is the main function provided by the module. Given a state, return a Vcs.Rev.t that will be deterministic given the number of times next has been called on that generator.