test-check 2018-01-26

@gfredericks can you check in a deps.edn ?

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

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

Alex Miller (Clojure team) 2018-01-26T17:31:35.000038Z

You don’t need one

Alex Miller (Clojure team) 2018-01-26T17:31:42.000791Z

We support Pom manifests now

Alex Miller (Clojure team) 2018-01-26T17:32:00.000650Z

Although I guess you’re missing :paths

Alex Miller (Clojure team) 2018-01-26T17:32:05.000525Z

Unfortunate

Alex Miller (Clojure team) 2018-01-26T17:32:42.000383Z

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

We're beating Maven at its own game @alexmiller