この:
REPLからフィクスチャを使用して、1つのClojureテストを実行します(名前空間内のすべてのテストではありません)
replで正常に動作しますが、レイニゲンを使用してコマンドラインからこれを行うにはどうすればよいですか?
あなたが探しているのはおそらく:
lein test :only my.namespace/my-test
ご了承ください:
lein help test
出力:
"A default :only test-selector is available to run select tests. For example,
`lein test :only leiningen.test.test/test-default-selector` only runs the
specified test. A default :all test-selector is available to run all tests."