About
Articles for EUnit:
2014-12-26
programming
erlang
/
OTP
/
EUnit
Testing Across Applications with EUnit
I am currently developing a distributed system for my Bachelor Thesis which utilizes a node controller application to distribute calculations from a client application towards node applications. For testing I wanted to use EUnit, mostly because that’s what I already knew and writing Unit Tests for my data module …