logoalt Hacker News

valenterrylast Sunday at 8:42 AM1 replyview on HN

In general, if you can move any kind of logic to a lower level, that's better.

For example, testing that kubernetes restarts work correctly is tricky and requires a complicated setup. Testing that an erlang process/actor behaves as expected is basically a unit test.


Replies

emoIIlast Sunday at 9:45 AM

I bet the kubernetes project has test for that, why should I as an application developer care about testing something other than my own code?

show 2 replies