test-check

ghadi 2018-01-26T17:04:41.000082Z

@gfredericks can you check in a deps.edn ?

ghadi 2018-01-26T17:04:58.000453Z

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

ghadi 2018-01-26T17:22:25.000842Z

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

alexmiller 2018-01-26T17:31:35.000038Z

You don’t need one

alexmiller 2018-01-26T17:31:42.000791Z

We support Pom manifests now

alexmiller 2018-01-26T17:32:00.000650Z

Although I guess you’re missing :paths

alexmiller 2018-01-26T17:32:05.000525Z

Unfortunate

alexmiller 2018-01-26T17:32:42.000383Z

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

ghadi 2018-01-26T18:36:51.000508Z

Fancy

ghadi 2018-01-26T18:37:32.000809Z

We're beating Maven at its own game @alexmiller