rackunit icon indicating copy to clipboard operation
rackunit copied to clipboard

Results 38 rackunit issues
Sort by recently updated
recently updated
newest added

This pull request changes the behavior of the `define-check` macro so that it examines the `current-command-line-arguments`, which it interprets as a set of names, files, and line numbers to run....

`define-check` and `define-simple-check` only allow positional arguments without defaults to be provided. If checks are meant to be semantically procedures, they should accept the same arguments as procedures.

enhancement

This is intended to improve the error messages when rackunit catches an exception and decides that a test failed because of the caught exception. Before this commit, rackunit would show...

This program: ``` #lang racket (require rackunit) (check-equal? (match 1 [2 #f]) 2) ``` doesn't say what line the `match` is on, but `match`, in general, includes that information, as...

This program: ```scheme #lang racket/base (require rackunit) (with-check-info (['multiline-string (string-info "hello\nworld")]) (check-equal? 1 2)) ``` Produces this failure message: ``` -------------------- FAILURE multiline-string: hello world name: check-equal? location: 3-unsaved-editor:6:2 actual:...

bug

``` > (require typed/rackunit) > (struct opaque ()) > (check-exn (lambda (e) (println e) #t) (lambda () (opaque))) (exn:fail:contract:blame "check-exn-imp: contract violation\n any-wrap/c: Unable to protect opaque value passed as...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions

Bumps [Bogdanp/setup-racket](https://github.com/bogdanp/setup-racket) from 1.12 to 1.14. Release notes Sourced from Bogdanp/setup-racket's releases. v1.14 Changed The snapshot sites have been updated to consolidate the set of builds provided between the Utah...

dependencies
github_actions