Now that most of the low-hanging fuit has been picked from sb-cover, it is time to try to tackle some logic. The logic is at the start of the function ‘report’. What it does extract sb-c::… more →
(defun ugly-lisp-code? () ())gutzofter wrote 1 year ago: Now that most of the low-hanging fuit has been picked from sb-cover, it is time to try to tackle som … more →
gutzofter wrote 1 year ago: The project I’m working on right now is sb-cover. I want to integrate it with lisp-unit-with-f … more →
gutzofter wrote 1 year ago: I’ve started using sb-cover that comes with SBCL 1.0.22. Create a directory in your project na … more →
gutzofter wrote 1 year ago: Code coverage is the glove that fits over unit testing. In order to get an idea of what code coverag … more →
gutzofter wrote 1 year ago: An update to test-fixtures was required to handle setup code. Specifically, LET* and variable loadin … more →
gutzofter wrote 1 year ago: The code for lisp-unit-fixture is in my link in the side panel. The reasons for me wanting to use a … more →
gutzofter wrote 1 year ago: Tonight I just finished writing a nice piece of code. It allows me to create expectations/mock funct … more →