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.
Installed Size: 28.7 kB
Architectures: all