Skip to content

Commit

Permalink
alcotest.0.5.0 - via opam-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jun 27, 2016
1 parent 44d2e83 commit af1df8e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
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"

0 comments on commit af1df8e

Please sign in to comment.