套件: ruby-wait-for-it (0.2.1-2)
ruby-wait-for-it 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-wait-for-it:
- [ruby-wait-for-it_0.2.1-2.dsc]
- [ruby-wait-for-it_0.2.1.orig.tar.gz]
- [ruby-wait-for-it_0.2.1-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Team (郵件存檔)
- Pirate Praveen
外部的資源:
- 主頁 [github.com]
相似套件:
Stop sleeping in your tests, instead wait for it
Make your complicated integration tests more deterministic with wait for it.
It spawns processes and waits for them so you can integration test really complicated things with determinism. It allows testing long running processes such as webservers, or features that require concurrency or libraries that use global configuration.
Don't add `sleep` to your tests, instead read a log file or stdout and match specific strings.