aboutsummaryrefslogtreecommitdiff
path: root/testiere.lisp
AgeCommit message (Collapse)Author
2022-11-10Modify: eval-when in defun/tColin Okay
2022-09-09Modify: Only call :program type tests when function is boundColin Okay
This allows for a separation of long test functions into a separate system that need not be shipped with the code being tested. That is, the compiled tests can be separated from the compiled code that they are testing. With other sorts of testiere test forms, this is already the case since they run during compilation.
2022-09-07Change: :with-bindings to :letColin Okay
2022-03-20[feature] added with-stubs, updated [docs]Colin Okay
2022-03-20[refactor] using fdefinition to support setf definitionsColin Okay
2022-03-20refactor defun/t to use symbol-function values, and restart-caseColin Okay
2022-03-08updated examplesColin Okay
2022-03-08changed name of defun+ to defun/tColin Okay
2021-09-03demethod+ not implementedColin Okay
2021-07-01exporting defining forms.Colin Okay
2021-06-29signals and fails test typesColin Okay
2021-06-29initial commit, defun+ initial definitinoColin Okay