According to the documentation, running tests on your module would be as simple as adding a test to the test directory of the module and starting the server with --log-level=test
Unfortunately this doesn't seem to work. Maybe something has changed in V8 in this department, but no matter what I do I can't make either YAML or unittests run.
Anybody tried running tests on V8?