30

这个:

从 REPL 运行一个带有固定装置的 Clojure 测试(不是命名空间中的所有测试)

与 repl 一起工作正常,如何使用 Leinigen 从命令行执行此操作?

4

1 回答 1

52

您正在寻找的可能是:

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."
于 2017-01-05T12:22:52.557 回答