Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alcotest.0.5.0 - via opam-publish #6843

Merged
merged 1 commit into from
Jun 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/alcotest/alcotest.0.5.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Alcotest is a lightweight and colourful test framework.

Alcotest exposes simple interface to perform unit tests. It exposes
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 a 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.
24 changes: 24 additions & 0 deletions packages/alcotest/alcotest.0.5.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: "[email protected]"
authors: "Thomas Gazagnaire"
homepage: "https://github.com/mirage/alcotest/"
dev-repo: "https://github.com/mirage/alcotest.git"
bug-reports: "https://github.com/mirage/alcotest/issues/"
license: "ISC"
doc: "https://mirage.github.io/alcotest/"

build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" pinned]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--pinned" pinned "--tests" "true"]
["ocaml" "pkg/pkg.ml" "test" ]
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"fmt"
"astring"
"result"
"cmdliner"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/alcotest/alcotest.0.5.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/alcotest/releases/download/0.5.0/alcotest-0.5.0.tbz"
checksum: "9f9783b00a6302e2a9110b66886b4bc2"