diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2021-01-24 16:22:57 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2021-01-24 18:25:42 +0300 |
| commit | b22f270b596881630fb1dbd6a721c1fe6312f00d (patch) | |
| tree | fc9ac927f79039c67d263b40c6ec73de4a1161a2 /.fenneldoc | |
| parent | 996b6b2b199610682d32028e02e5c07f781e5373 (diff) | |
feature: include documentation testing in pipeline
Diffstat (limited to '.fenneldoc')
| -rw-r--r-- | .fenneldoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.fenneldoc b/.fenneldoc new file mode 100644 index 0000000..6af9e5e --- /dev/null +++ b/.fenneldoc @@ -0,0 +1,9 @@ +;; -*- mode: fennel; -*- +;; Configuration file for Fenneldoc. +;; https://gitlab.com/andreyorst/fenneldoc + +{:test-requirements {:init.fnl "(import-macros {: assert-eq : assert-ne : assert-is : assert-not} :tests.test)" + :macros.fnl "(require-macros :macros) + (import-macros {: assert-eq} :tests.test) + (local {: eq : vector : hash-map} (require :init))" + :tests/test.fnl "(require-macros :tests.test)"}} |