gpt4 book ai didi

ruby-on-rails - 如何使用 Unit::Test 在 Ruby on Rails 3.0.7 中运行单个测试?

转载 作者:行者123 更新时间:2023-12-03 00:46:46 24 4
gpt4 key购买 nike

是的,我知道有人问过同样的问题( How to run a single test from a rails test suite? ),但该解决方案似乎不适用于 Rails 3。也许它适用于 Rails 2?

如何使用 Unit::Test 在 Rails 3.0.7 中运行单个测试?不是单个测试文件,而是单个测试

test "the truth" do
assert false
end

ruby -I test test/function/test_file.rb -n "the Truth" 生成 0 个测试、0 个断言、0 个失败、0 个错误

最佳答案

尝试正则表达式

bundle exec ruby -I test test/functional/test_file.rb -n "/truth/"

关于ruby-on-rails - 如何使用 Unit::Test 在 Ruby on Rails 3.0.7 中运行单个测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8457671/

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