|
1 | 1 | #kaocha/v1 |
2 | | - {:tests [{:kaocha.filter/skip ["provisdom.math.integrals-test"]}] |
3 | | - :reporter #profile {:default kaocha.report/dots |
4 | | - :ci kaocha.report/documentation} |
5 | | - :color? #profile {:default true :ci false} |
6 | | - :plugins #profile {:default [] |
7 | | - :ci [:kaocha.plugin/print-invocations |
8 | | - :kaocha.plugin/profiling |
9 | | - :kaocha.plugin/junit-xml]} |
10 | | - :kaocha.plugin.profiling/count 10 |
11 | | - :kaocha.plugin.junit-xml/target-file "reports/junit.xml" |
12 | | - :kaocha.plugin.junit-xml/add-location-metadata? true} |
| 2 | + {:tests [{:kaocha.filter/skip ["provisdom.math.integrals-test"]}] |
| 3 | + :reporter #profile {:default kaocha.report/dots |
| 4 | + :ci kaocha.report/documentation} |
| 5 | + :color? #profile {:default true :ci false} |
| 6 | + :plugins #profile {:default [] |
| 7 | + :ci [:kaocha.plugin/print-invocations |
| 8 | + :kaocha.plugin/profiling |
| 9 | + :kaocha.plugin/junit-xml |
| 10 | + :kaocha.plugin/hooks]} |
| 11 | + :kaocha.hooks/config [provisdom.test.kaocha-timeout/config-hook] |
| 12 | + :kaocha.hooks/wrap-run [provisdom.test.kaocha-timeout/wrap-run-hook] |
| 13 | + :kaocha.hooks/post-test [provisdom.test.kaocha-timeout/post-test-hook] |
| 14 | + :kaocha.plugin.profiling/count 10 |
| 15 | + :kaocha.plugin.junit-xml/target-file "reports/junit.xml" |
| 16 | + :kaocha.plugin.junit-xml/add-location-metadata? true |
| 17 | + :provisdom.test.kaocha-timeout/timeout-seconds 100} |
0 commit comments