mbarbin / vcs

A Versatile OCaml Library for Git Operations
https://mbarbin.github.io/vcs/
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Initiate a library to help writing tests (vcs-test-helpers) #4

Closed mbarbin closed 3 months ago

mbarbin commented 3 months ago

With the intention of capturing overtime common patterns that are used in the tests in the vcs repo.

For now: centralize the logic about creating temporary repository in tests, create and use a helper for it as initial step.