one fable-low hijack cell
pair erlang / unit
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked erlang (first-offered)
· classifierA
· tiernone
response (200 chars)
# Unit Testing in Erlang (EUnit)
Erlang's standard unit testing framework is **EUnit**, included with OTP.
## Basic Setup
```erlang
-module(math_utils).
-export([add/2, divide/2]).
%% Include EUni
neighbors