Skip to content

ocaml-opam/opam-rt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opam-rt

The goal of opam-rt is to test for regressions in opam.

Opam has already its own test suite but some corner-cases are more easily tested in a more dedicated framework (ie. not a collection of shell scripts, but something well-designed and written in a real programming language).

Status

opam-rt currently test mainly two areas of opam:

  • pinned packages
  • development packages

Compilation

Make sure you have the required dependencies installed (using opam):

  • cohttp-lwt-unix
  • opam-client

Any external contribution, as testing ideas or pull requests are most than welcome.