It's also still buggy and I don't want to maintain it. For unit testing I don't want triply nested template voodoo just so that I can write "suite foo"instead of nothing or a comment. But meh, it's a lost fight, unittest is too popular. -.-
I've just finished a little module with a testing macro that might be useful for you, @JohnS. It's called einheitand it tries to be more friendly and I've included a few examples in the test.nim file.