[ 源代码: 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