>
Hi all, I'm trying to write some tests using eunit. I have to do some setup before executing a group of tests (e.g start an OTP application, or to prepare data in a mnesia table). Is it possible with eunit? Are there examples somewhere I can look at? I found in the doc a reference to fixtures, but couldn't figure out how they works. thanks, filippo