diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-16 23:06:43 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-16 23:06:43 +0300 |
| commit | 5bc5ed932c1f564188938e7e07283f9720c6088a (patch) | |
| tree | e27b9dd9fd8bc53285f9efec4cce103d33a2e739 /.fenneldoc | |
| parent | c5ac672b4e0e83fa92d629216c3e07abc2756489 (diff) | |
feat: ignore some arg patterns in dottests
Diffstat (limited to '.fenneldoc')
| -rw-r--r-- | .fenneldoc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ ;; 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)" +{:ignored-args-patterns ["[a-z]" "%.%.%." "[xkf]s" "kvs" "col[0-9]" "cols?" "rest" "more" "keys" "tbl" "args"] + :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))" |