File: tests.edn

package info (click to toggle)
nrepl-clojure 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 1,996 kB
  • sloc: makefile: 50; java: 19; sh: 15; xml: 10
file content (18 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#kaocha/v1
{:tests                               [{:source-paths ["src/clojure"]
                                        :test-paths   ["test/clojure"]}]
 :reporter                            #profile {:ci      kaocha.report/documentation
                                                :default kaocha.report/dots}
 :plugins                             [:kaocha.plugin/profiling
                                       :kaocha.plugin/junit-xml
                                       :kaocha.plugin/version-filter]
 :kaocha.plugin.randomize/randomize?  false
 :kaocha.plugin.junit-xml/target-file "test-results/junit.xml"
 :bindings {kaocha.stacktrace/*stacktrace-filters* ["clojure.core"
                                                    "clojure.lang."
                                                    "clojure.main"
                                                    "clojure.test$"
                                                    "java.lang."
                                                    "kaocha."
                                                    "lambdaisland."
                                                    "orchestra."]}}