lispci / fiveam

Common Lisp regression testing framework
BSD 3-Clause "New" or "Revised" License
186 stars 33 forks source link

Add Lispwork's DSPEC functionality to tests #90

Open tdrhq opened 2 years ago

tdrhq commented 2 years ago

This lets you jump to tests given the name on Lispworks (for instance, using M-. in Sly/Slime)

This is particularly useful for slite: https://github.com/tdrhq/slite

I've been using this for a few years now, and have been putting off merging this change in. It should be mostly a no-op except for registering the DSPEC lookup code.