如何让 ReSharper 在运行所有测试时忽略某些类别?

发布于 2024-08-13 17:00:10 字数 304 浏览 2 评论 0原文

我当前的 VS2008 解决方案中有大约 650 个 NUnit 测试,但其中 40 个被归类为“LongRunning”或“Integration”。我不希望每次我进行更改并运行我的测试套件时都运行这些(仅当我特别要求时,并且在设定的时间在 CI 上)。

使用 TestDriven.Net 进行设置很简单: 工具->选项-> TestDriven.Net ->排除类别中的测试

不过,我想使用 ReSharper 附带的漂亮 UI。我还没有找到任何设置 ReSharper 不运行某些类别的方法。

有人这样做过吗?能做到吗?

I've got about 650 NUnit tests in my current solution in VS2008, but 40 of these are categorized either as "LongRunning" or "Integration". I do not want these to run every time I've done a change and run my test-suite (only when I specifically ask for it, and on the CI at set times).

Setting this up with TestDriven.Net is a cinch:
Tools -> Options -> TestDriven.Net -> Exclude tests in categories

I would like to use the nice UI that comes with ReSharper, though. I've not found any way of setting up ReSharper not to run certain categories.

Has anyone done this? Can it be done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半城柳色半声笛 2024-08-20 17:00:10

看:

ReSharper |选项|单元测试|一般|跳过类别测试

在此处输入图像描述

适用于 ReSharper 6,参见此处

See:

ReSharper | Options | Unit Testing | General | Skip tests from categories

enter image description here

Available in ReSharper 6, see here.

一身仙ぐ女味 2024-08-20 17:00:10

我在 ReSharper 的 JIRA 中为其创建了一个问题: RSRP-140757

I've created an issue in ReSharper's JIRA for it: RSRP-140757

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文