marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

Allow to specify more than one :test-path #8

Closed ath closed 11 years ago

ath commented 12 years ago

Currently lein-midje respects a given :test-path. For projects that have Java sources too, which also will be tested with Midje, it would be useful to be able to specify multiple test paths. This could happen via a new key/value pair in the project.clj file. I suggest not to overwrite the behaviour of the existing :test-path because that one gets exported into the pom.xml file. So something like :midje {:paths ["test/clj", "test/java"]} could solve this. If the value will be a map then that could be extended in the future for more Midje options.

marick commented 11 years ago

Done as part of lein 2