[ 原始碼: ruby-minitest-hooks ]
套件:ruby-minitest-hooks(1.5.1-1)
ruby-minitest-hooks 的相關連結
Debian 的資源:
下載原始碼套件 ruby-minitest-hooks:
- [ruby-minitest-hooks_1.5.1-1.dsc]
- [ruby-minitest-hooks_1.5.1.orig.tar.gz]
- [ruby-minitest-hooks_1.5.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Around and before_all/after_all/around_all hooks for Minitest
minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest. This allows you do things like run each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction, which can significantly speed up testing for specs that share expensive database setup code.
其他與 ruby-minitest-hooks 有關的套件
|
|
|
|
-
- dep: ruby-minitest (>> 5.3)
- Ruby test tools supporting TDD, BDD, mocking, and benchmarking