Skip to content

Commit

Permalink
Merge pull request #372 from samoht/release-1.7
Browse files Browse the repository at this point in the history
Prepare the 1.7 release
  • Loading branch information
samoht committed Feb 24, 2023
2 parents faa683b + e56219d commit 927088f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### dev
### 1.7.0 (2023-02-24)

- compile with MSVC (#369, @jonahbeckfordm review by @TheLortex
and @MisterDA)

- Allow skipping a test case from inside the test case (#368, @apeschar)

- Fix compilation on bytecode architectures (#335, @glondu)

- Get `alcotest_stubs.c` to compile with MSVC (#369, @jonahbeckford)

Expand Down
1 change: 1 addition & 0 deletions alcotest-js.opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ build: [
jobs
"@install"
"@runtest" {with-test}
"@runtest-js" {with-test}
"@doc" {with-doc}
]
]
Expand Down
8 changes: 8 additions & 0 deletions test/e2e/alcotest/passing/skip_in_test-js.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Testing `test/e2e/alcotest/passing/skip_in_test.ml'.
This run has ID `<uuid>'.

[OK] test-a 0 Run test case.
[SKIP] test-a 1 Skip test case.

Full test results in `<build-context>/_build/_tests/<test-dir>'.
Test Successful in <test-duration>s. 1 test run.

0 comments on commit 927088f

Please sign in to comment.