Sun, 05 May 2024 08:57:42 UTC | login

Information for build ocaml-alcotest-1.1.0-1.fc33

ID155868
Package Nameocaml-alcotest
Version1.1.0
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-alcotest.git#35b921119c3f0021b1c4b54d90e864af49c210eb
SummaryLightweight and colorful test framework for OCaml
DescriptionAlcotest is a lightweight and colorful test framework. Alcotest exposes a simple interface to perform unit tests, including a simple `TESTABLE` module type, a `check` function to assert test predicates, and a `run` function to perform a list of `unit -> unit` test callbacks. Alcotest provides quiet and colorful output where only faulty runs are fully displayed at the end of the run (with the full logs ready to inspect), with a simple (yet expressive) query language to select the tests to run.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 16 Apr 2020 15:20:57 UTC
CompletedThu, 16 Apr 2020 15:38:02 UTC
Taskbuild (f33, /rpms/ocaml-alcotest.git:35b921119c3f0021b1c4b54d90e864af49c210eb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-alcotest.git#35b921119c3f0021b1c4b54d90e864af49c210eb'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Apr 04 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 1.1.0-1 - New upstream release 1.1.0 - Rebase ocaml-alcotest-stdlib-shims.patch as 0001-Drop-the-stdlib-shims-subpackage.patch * Fri Apr 03 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-3 - Update all OCaml dependencies for RPM 4.16. * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-2 - OCaml 4.10.0 final. * Wed Feb 12 2020 Jerry James <loganjerry@gmail.com> - 1.0.1-1 - Version 1.0.1 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-2 - OCaml 4.10.0+beta1 rebuild. * Tue Jan 14 2020 Jerry James <loganjerry@gmail.com> - 1.0.0-1 - Version 1.0.0 * Thu Jan 09 2020 Jerry James <loganjerry@gmail.com> - 0.8.5-1 - Initial RPM