How do people working with XSB Prolog do unit testing? Is there a library available? Or is it possible to somehow use SWI-Prolog's plunit
library in XSB?
If there is not an available testing library for XSB (or other Prologs no compatibles with plunit
), maybe a variation of this question could be: How do you test your Prolog code ? Do you use a favorite pattern for testing it ?