soundcheck:运行测试的更智能方式

时间:2021-06-05 09:13:38
【文件属性】:
文件名称:soundcheck:运行测试的更智能方式
文件大小:32KB
文件格式:ZIP
更新时间:2021-06-05 09:13:38
Ruby 运行测试的更智能方式 Soundcheck 是一个通用的测试运行器。 它会自动检测您使用的测试框架以及如何运行您的测试。 你可以给它传递一个文件名,它只会运行那些测试。 这样做的一个好处是,您可以将编辑器设置为简单地运行soundcheck $filename ,然后 soundcheck 将找出如何运行该测试。 Soundcheck 还会尝试尽快运行您的测试。 用法 soundcheck => runs all tests it can find soundcheck spec => runs rspec tests soundcheck --fast spec => runs only rspec tests that don't require spec_helper soundcheck spec/models/user_spec.rb => runs that specif
【文件预览】:
soundcheck-master
----.gitignore(806B)
----.document(55B)
----.rspec(24B)
----bin()
--------soundcheck(2KB)
----.travis.yml(29B)
----LICENSE.txt(1KB)
----spec()
--------soundcheck()
--------spec_helper.rb(188B)
----README.markdown(3KB)
----VERSION(5B)
----lib()
--------soundcheck()
--------soundcheck.rb(805B)
----soundcheck.gemspec(5KB)
----Gemfile(329B)
----features()
--------soundcheck.feature(954B)
--------step_definitions()
----fixtures()
--------node-expresso()
--------ruby-minitest()
--------ruby-cucumber-rspec()
--------null-project()
--------ruby-bundler-rspec()
--------ruby-rspec()
--------ruby-cucumber()
--------ruby-cutest()
--------ruby-unknown-framework()
--------ruby-bundler-binstub-rspec()
--------ruby-rspec-exception()
----Rakefile(1KB)
----Gemfile.lock(994B)

网友评论