|
|
|
|
|
by jffhn
615 days ago
|
|
>Fast reliable unit tests are difficult Not difficult if you build your code (not just the test suite) around scheduling APIs (and queues implementations, etc.) that can be implemented using virtual time instead of CPU/wall clock time (I call that soft vs hard time). Actually I find it a breeze to create such fast and deterministic unit tests. |
|