Why you should not miss CodeBEAM Lite Amsterdam CyberSource Payment System — The implementation guide using Elixir

Unit testing functions that interact with other processes

In part 1 of this series I went over a couple rules that I follow when writing unit tests. Now I’m going to dig in to some of the specifics of how to unit test certain types of behavior that can be a little tricky to do properly. In part 1 I said that unit tests test all functionality within a single process. But then how can we unit test something that talks to another process?

http://devonestes.herokuapp.com/unit-tests-in-elixir-part-2