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).
opam-rt
currently test mainly two areas of opam:
- pinned packages
- development packages
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.