oktobertest:小型测试库

时间:2024-06-03 15:58:13
【文件属性】:

文件名称:oktobertest:小型测试库

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-03 15:58:13

Ruby

慕尼黑啤酒节 小型测试库。 为什么? 这是我在周末开始的一个项目。 我当时看着 ,我想:“建立一个测试库应该不那么困难”。 特征 设置-测试-拆解模型。 每个test都是Oktobertest::Test一个实例,这意味着每个测试都运行自己的上下文。 每个scope都是Oktobertest::Scope一个实例。 范围中定义的方法将复制到它包含的每个test中。 可扩展:添加更多断言很容易(请参阅 )。 安装 将此行添加到您的应用程序的Gemfile中: gem 'oktobertest' , group : :test # or this if you want to use oktobertest master # gem 'oktobertest', group: :test, github: 'patriciomacadden/oktobertest' 然后执行: $


【文件预览】:
oktobertest-master
----.travis.yml(272B)
----Rakefile(154B)
----test()
--------setup_test.rb(765B)
--------helper.rb(127B)
--------teardown_test.rb(243B)
--------oktobertest_test.rb(2KB)
--------assertions_test.rb(811B)
--------scope_test.rb(1KB)
--------test_test.rb(149B)
--------fixtures()
----oktobertest.gemspec(936B)
----LICENSE(1KB)
----Gemfile(38B)
----.gitignore(154B)
----lib()
--------oktobertest.rb(3KB)
----README.md(3KB)

网友评论