Mik*_*ike 35

您正在寻找的可能是:

lein test :only my.namespace/my-test
Run Code Online (Sandbox Code Playgroud)

注意:

lein help test
Run Code Online (Sandbox Code Playgroud)

输出:

"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."
Run Code Online (Sandbox Code Playgroud)