minitest-great_expectations:一般有用的补充,以达到minitest的期望

时间:2024-05-30 23:55:00
【文件属性】:

文件名称:minitest-great_expectations:一般有用的补充,以达到minitest的期望

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-30 23:55:00

Ruby

最小测验:: GreatExpectations 向您可能已经习惯的和minitest-spec添加了几个通常有用的断言,特别是如果您来自rspec时: [ 1 , 2 , 3 ] . must_equal_contents [ 3 , 2 , 1 ] { :a => 1 , :b => 2 } . must_equal_hash { :b => 2 , :a => 1 } [ 1 , 2 , 3 ] . must_include_all [ 1 , 2 ] something . works? . should_be_true 这些有可能使它成为最小的一天。 安装 将此行添加到应用程序的Gemfile中(如果有的话,在“测试” gem组中): gem 'minitest-great_expectations' 将此添加到您的minitest_helper.rb : requi


【文件预览】:
minitest-great_expectations-master
----.gitignore(161B)
----.travis.yml(72B)
----minitest-great_expectations.gemspec(947B)
----LICENSE.txt(1KB)
----README.md(1KB)
----lib()
--------minitest()
----Gemfile(39B)
----Rakefile(297B)
----test()
--------minitest_helper.rb(65B)
--------great_expectations_test.rb(7KB)

网友评论