scoping
would be great if I could split tests into sub suites. smth like the following:
module.exports = { 'module': { 'submodule': function(assert) {} } }
not against it, just need to clean up the lib and implement a few more things first. TBH I kind of like the flatness though, keeps things deadddd simple
any progress on that?
not yet sorry man
aaaand now? :)
haha :p nope not yet. I think what I will do though for simplicity sake is take the nested objects and unfold them. so for example foo: { bar: function... }} will become 'foo bar': function...
if nested at all, not sure I even want that
mhhh come on i want it :P unfolding sounds nice to me
any progress on that?