Stefil might be the test framework I'm looking for: powered by CLOS and integrating with Slime. Thanks for sharing!
The swank integration is a bit outdated though: function inspect-for-emacs has been renamed into emacs-inspect, and its second argument, inspector, was dropped. I've attached a patch that fixes this (and probably breaks things in your custom slime branch). Also there seems no reason for inspector-result to be a macro, so I've made that a function. Furthermore (when (boundp 'swank::*inspector-dwim-lookup-hooks*) ..) should maybe be under #+slime-dwim-branch, but I did not change that yet.
- Willem
this (and probably breaks things in your custom slime branch). Also there seems no reason for inspector-result to be a macro, so I've made that a function. Furthermore (when (boundp 'swank::*inspector-dwim-lookup-hooks*) ..) should maybe be under #+slime-dwim-branch, but I did not change that yet.
hi!
this is really appreciated, so please feel free to fix all you need to make it work on slime head!
i'll push the changes to the official stefil repo and we'll unpull it from our local repos while we are on our slime branch.