Those are cool - thank you for bringing them to my attention
They don't appear to address the issue of setting up environment data.
For example, lein test :development -vs- lein test :staging where
different configs are loaded for :development or :staging (ex:
database, web endpoints).
On Nov 7, 5:17 pm, Phil Hagelberg <
p...@hagelb.org> wrote:
> On Mon, Nov 7, 2011 at 2:14 PM, AndyK <
andy.kri...@gmail.com> wrote:
> > Is it possible to pass command-line arguments to tests using
> > leiningen? Looking for ways to control the way that tests are run
> > usingleintestby passing in switches (e.g. which environment it runs
> > against, which tests run, etc). One workaround that occurs to me is to
> > useleinrun where run calls run-tests directly, but that seems
> > hacktacular.
>
> Have you tried usingtestselectors? "leinhelp tutorial" explains how
> they work.
>
> -Phil