Chuck Greb
1 min readOct 13, 2017

--

Good article. Just one comment regarding unit tests that share state or are dependent on each other. If this is the case, they don’t really sound like unit tests anymore and should probably be moved into their own integration test module. This module can then be run less frequently and in a single fork, while true unit tests can continue to be run in parallel.

--

--

Chuck Greb
Chuck Greb

Written by Chuck Greb

Mission-driven engineering leader. Community organizer. Digital minimalist.

Responses (1)