init research

This commit is contained in:
2026-02-08 11:20:43 -10:00
commit bdf064f54d
3041 changed files with 1592200 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
;; Needed to run tests generated with test-doc-blocks. For them to work we need :randomize? false, which
;; is not what we want for the majority of the test cases.
#kaocha/v1
{:tests [{:id :generated
:test-paths ["target/test-doc-blocks/test"]
:kaocha.hooks/post-load-test [lread.test-doc-blocks.kaocha.hooks/fail-on-no-tests-found]}]
:reporter kaocha.report/documentation
:randomize? false}