gpt4 book ai didi

rspec - 从之前的内部获取 RSpec 示例组名称(:all) block

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

基本上这个问题类似于这个:Getting the full RSpec test name from within a before(:each) block

我有这样的代码,它可以工作:

config.before :each do |test|
p test.example.metadata[:example_group][:full_description]
end

现在我还需要从 before :all 中获取示例组名.我怎么做?

最佳答案

尝试这个:

config.before :all do |test|
p test.class.metadata[:example_group][:full_description]
end

关于rspec - 从之前的内部获取 RSpec 示例组名称(:all) block,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10313395/

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