I can't refer to tests having ->
in its names because >
symbol is treated as stdout redirection.
Under PowerShell 4.0 I run current stable Leiningen 2.4.2 with parameters being escaped by --%
:
PS> lein test :only --% my-project.core/foo->bar
I see only stderr in the console, but as a side-effect I get bar
file created with the following content:
lein test user
Ran 0 tests containing 0 assertions.
0 failures, 0 errors.