cl-fixtures
A simple library to create and use parameterized fixtures
$ area51 add cl-fixturesコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-fixtures:some-function ...)A simple library to create and use parameterized fixtures
$ area51 add cl-fixturesコピー;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-fixtures:some-function ...)