Wednesday, 21 August 2013

How do I run tests without exporting all the symbols

How do I run tests without exporting all the symbols

I have (at least) one package where my main program lives. I have another
package for running tests. I :use the package of the main program in the
defpackage form of the test package but that only imports the exported
symbols. So I can't test all of functions, only the ones I have explicitly
exported (the public API). How to I solve this issue?

No comments:

Post a Comment