gpt4 book ai didi

scala - sbt test-only 特定测试

转载 作者:行者123 更新时间:2023-12-01 12:26:05 24 4
gpt4 key购买 nike

我有几个测试分布在几个类(class)。

我只想运行第一个类的第一个测试:

类(class)是:

class Step1_PrimarySpec 

测试是:
  test("case1: Primary (in isolation) should properly register itself to the provided Arbiter")

我试过:
sbt test-only Step1_PrimarySpec

和:
sbt test-only Step1_PrimarySpec 1

和:
 sbt test-only "*Step1_PrimarySpec 1"

和:
 sbt test-only "*Step1_PrimarySpec"

但是,所有这些命令都运行了整个测试套件。

那么我怎样才能只运行那个特定的测试呢?

最佳答案

您必须在整个命令周围放置双引号,如下所示:

sbt "test-only <test-name>"

根据 this回答你应该驼峰到 testOnly并使用 -z争论

关于scala - sbt test-only 特定测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39541541/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com