Lisp-Stat / data-frame

Data frames for Common Lisp
https://lisp-stat.github.io/data-frame
Microsoft Public License
27 stars 4 forks source link

Write unit test for define-data-frame #5

Closed Symbolics closed 2 years ago

Symbolics commented 3 years ago

The define-data-frame macro is working as far as I can tell, but unit testing it requires figuring out how cl-unit goes about macro testing.