6 Checks, Errors, and Tests
6.3 EUnit
6.3.1 The Face of a Unit Test
6.3.2 Mixed Tests or Separate Modules?
6.3.3 Running Unit Tests
6.3.4 Distributing Code with Unit Tests
6.3.5 A Unit Test in Detail
6.3.5.1 Erlang EUnit Assert Macros
6.3.5.2 Fixtures: Setup and Cleanup
6.3.5.3 Generating Tests
6.3.6 Mocking with Meck