Fork me on GitHub
#test-check
<
2018-01-26
>
ghadi17:01:41

@gfredericks can you check in a deps.edn ?

ghadi17:01:58

I'd like to use test.check directly from git

ghadi17:01:25

{:paths ["src/main/clojure"]
 :aliases {:test {:extra-paths ["src/test/clojure"]}}}

Alex Miller (Clojure team)17:01:42

We support Pom manifests now

Alex Miller (Clojure team)17:01:00

Although I guess you’re missing :paths

Alex Miller (Clojure team)17:01:42

I’m going to add src/main/clojure automatically I think - then you won’t need one

ghadi18:01:32

We're beating Maven at its own game @alexmiller