加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby – 任何适用于Erlang的RSpec工具?

发布时间:2020-12-16 23:28:55 所属栏目:百科 来源:网络整理
导读:有像RSpec这样的东西描述它的Erlang框架吗? 解决方法 你见过espec: https://github.com/lucaspiller/espec吗?好像它可以有类似的语法 describe("#generate_headers",fun() - it("should generate Host and User-Agent headers",fun() - [ {"Host","api.tw
有像RSpec这样的东西描述它的Erlang框架吗?

解决方法

你见过espec: https://github.com/lucaspiller/espec吗?好像它可以有类似的语法
describe("#generate_headers",fun() ->
    it("should generate Host and User-Agent headers",fun() ->
        [
            {"Host","api.twitter.com"},{"User-Agent","Twerl"}
        ] = stream_client_util:generate_headers()
    end)
end).

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读