xtmtest-with-fixture   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/test.xtm

Implementation

(define-macro (xtmtest-with-fixture name fixture . tests)
  (xtmtest-with-fixture-body name fixture tests))


Back to Index

Similar Entries