scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

fix handling :kind/test and show results #186

Closed timothypratley closed 1 day ago

timothypratley commented 1 day ago

Screen Shot 2024-11-17 at 6 03 31 PM

The main goal of this PR is to fix the previous behavior of throwing an exception.

This feature is not in use, but maybe now it will be more attractive.

Also it means we can run clay on a test namespace which might be interesting for some people.

daslu commented 1 day ago

@timothypratley

That looks great.

Clever implementation!