this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] alcotest (5 packages) (1.9.0)

CHANGES:

- Add `seq`, a testable for `Seq.t` and `contramap` (mirage/alcotest#412 @xvw)
- Expose the `V1.Skip` exception (mirage/alcotest#415, mirage/alcotest#416, @Khady)
- BREAKING FIX: `match_raises` now expects the user-defined function to return
true for expected exceptions. Previously false was interpreted as an
expected exception. (mirage/alcotest#418, mirage/alcotest#419, @psafont)

+246
+49
packages/alcotest-async/alcotest-async.1.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Async-based helpers for Alcotest" 3 + description: "Async-based helpers for Alcotest" 4 + maintainer: ["thomas@gazagnaire.org"] 5 + authors: ["Thomas Gazagnaire"] 6 + license: "ISC" 7 + homepage: "https://github.com/mirage/alcotest" 8 + doc: "https://mirage.github.io/alcotest" 9 + bug-reports: "https://github.com/mirage/alcotest/issues" 10 + depends: [ 11 + "dune" {>= "3.0"} 12 + "re" {with-test} 13 + "fmt" {with-test} 14 + "cmdliner" {with-test & >= "1.2.0"} 15 + "core" {>= "v0.16.0"} 16 + "core_unix" {>= "v0.16.0"} 17 + "base" 18 + "async_kernel" 19 + "ocaml" {>= "4.14.0"} 20 + "alcotest" {= version} 21 + "async" {>= "v0.16.0"} 22 + "async_unix" {>= "v0.16.0"} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/mirage/alcotest.git" 40 + x-maintenance-intent: [ "(latest)" ] 41 + url { 42 + src: 43 + "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz" 44 + checksum: [ 45 + "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15" 46 + "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241" 47 + ] 48 + } 49 + x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"
+45
packages/alcotest-js/alcotest-js.1.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Virtual package containing optional JavaScript dependencies for Alcotest" 4 + description: 5 + "Virtual package containing optional JavaScript dependencies for Alcotest" 6 + maintainer: ["thomas@gazagnaire.org"] 7 + authors: ["Thomas Gazagnaire"] 8 + license: "ISC" 9 + homepage: "https://github.com/mirage/alcotest" 10 + doc: "https://mirage.github.io/alcotest" 11 + bug-reports: "https://github.com/mirage/alcotest/issues" 12 + depends: [ 13 + "dune" {>= "3.0"} 14 + "alcotest" {= version} 15 + "js_of_ocaml-compiler" {>= "3.11.0"} 16 + "fmt" {with-test & >= "0.8.7"} 17 + "cmdliner" {with-test & >= "1.2.0"} 18 + "odoc" {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/mirage/alcotest.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@runtest-js" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + x-maintenance-intent: [ "(latest)" ] 37 + url { 38 + src: 39 + "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz" 40 + checksum: [ 41 + "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15" 42 + "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241" 43 + ] 44 + } 45 + x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"
+45
packages/alcotest-lwt/alcotest-lwt.1.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lwt-based helpers for Alcotest" 3 + description: "Lwt-based helpers for Alcotest" 4 + maintainer: ["thomas@gazagnaire.org"] 5 + authors: ["Thomas Gazagnaire"] 6 + license: "ISC" 7 + homepage: "https://github.com/mirage/alcotest" 8 + doc: "https://mirage.github.io/alcotest" 9 + bug-reports: "https://github.com/mirage/alcotest/issues" 10 + depends: [ 11 + "dune" {>= "3.0"} 12 + "re" {with-test} 13 + "cmdliner" {with-test & >= "1.2.0"} 14 + "fmt" 15 + "ocaml" {>= "4.08.0"} 16 + "alcotest" {= version} 17 + "lwt" 18 + "logs" 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/mirage/alcotest.git" 36 + x-maintenance-intent: [ "(latest)" ] 37 + url { 38 + src: 39 + "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz" 40 + checksum: [ 41 + "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15" 42 + "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241" 43 + ] 44 + } 45 + x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"
+47
packages/alcotest-mirage/alcotest-mirage.1.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Mirage implementation for Alcotest" 3 + description: "Mirage implementation for Alcotest" 4 + maintainer: ["thomas@gazagnaire.org"] 5 + authors: ["Thomas Gazagnaire"] 6 + license: "ISC" 7 + homepage: "https://github.com/mirage/alcotest" 8 + doc: "https://mirage.github.io/alcotest" 9 + bug-reports: "https://github.com/mirage/alcotest/issues" 10 + depends: [ 11 + "dune" {>= "3.0"} 12 + "re" {with-test} 13 + "cmdliner" {with-test & >= "1.2.0"} 14 + "fmt" 15 + "ocaml" {>= "4.08.0"} 16 + "alcotest" {= version} 17 + "mirage-clock" {>= "2.0.0"} 18 + "duration" 19 + "lwt" 20 + "logs" 21 + "odoc" {with-doc} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + dev-repo: "git+https://github.com/mirage/alcotest.git" 38 + x-maintenance-intent: [ "(latest)" ] 39 + url { 40 + src: 41 + "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz" 42 + checksum: [ 43 + "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15" 44 + "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241" 45 + ] 46 + } 47 + x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"
+60
packages/alcotest/alcotest.1.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Alcotest is a lightweight and colourful test framework" 3 + description: """ 4 + Alcotest exposes simple interface to perform unit tests. It exposes 5 + a simple TESTABLE module type, a check function to assert test 6 + predicates and a run function to perform a list of unit -> unit 7 + test callbacks. 8 + 9 + Alcotest provides a quiet and colorful output where only faulty runs 10 + are fully displayed at the end of the run (with the full logs ready to 11 + inspect), with a simple (yet expressive) query language to select the 12 + tests to run. 13 + """ 14 + maintainer: ["thomas@gazagnaire.org"] 15 + authors: ["Thomas Gazagnaire"] 16 + license: "ISC" 17 + homepage: "https://github.com/mirage/alcotest" 18 + doc: "https://mirage.github.io/alcotest" 19 + bug-reports: "https://github.com/mirage/alcotest/issues" 20 + depends: [ 21 + "dune" {>= "3.0"} 22 + "ocaml" {>= "4.08"} 23 + "fmt" {>= "0.8.7"} 24 + "astring" 25 + "cmdliner" {>= "1.2.0"} 26 + "re" {>= "1.7.2"} 27 + "stdlib-shims" 28 + "uutf" {>= "1.0.1"} 29 + "ocaml-syntax-shims" 30 + "odoc" {with-doc} 31 + ] 32 + conflicts: [ 33 + "result" {< "1.5"} 34 + "js_of_ocaml-compiler" {< "5.8"} 35 + ] 36 + build: [ 37 + ["dune" "subst"] {dev} 38 + [ 39 + "dune" 40 + "build" 41 + "-p" 42 + name 43 + "-j" 44 + jobs 45 + "@install" 46 + "@runtest" {with-test} 47 + "@doc" {with-doc} 48 + ] 49 + ] 50 + dev-repo: "git+https://github.com/mirage/alcotest.git" 51 + x-maintenance-intent: [ "(latest)" ] 52 + url { 53 + src: 54 + "https://github.com/mirage/alcotest/releases/download/1.9.0/alcotest-1.9.0.tbz" 55 + checksum: [ 56 + "sha256=e2387136ca854df2b4152139dd4d4b3953a646e804948073dedfe0a232f08a15" 57 + "sha512=ba38fe4a9061b001d274e5d41fb06c10c84120570fc00dc57dc5a06ba05176c2413295680d839f465ba91469ea99d7e172a324e26f005d6e8c4d98fca7657241" 58 + ] 59 + } 60 + x-commit-hash: "263a4245071f6dad243a3d72d9dd875b2bd267a0"