[racket-dev] code coverage coloring

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Sep 11 22:48:11 EDT 2011

That is doable via a drracket plugin or, if you use a #lang-based
language you have to ask your users to turn on the test coverage
option in the language dialog.

Robby

On Sun, Sep 11, 2011 at 9:28 PM, Shriram Krishnamurthi <sk at cs.brown.edu> wrote:
> Is there a way for a custom language to get the coverage coloring
> found in student languages?  That is, is there something like how
>
> (run-tests) (display-results)
>
> does the textual equivalent of the check-expect GUI?
>
> Thanks,
> Shriram
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>



Posted on the dev mailing list.