expresso icon indicating copy to clipboard operation
expresso copied to clipboard

scoping

Open sdepold opened this issue 15 years ago • 8 comments

would be great if I could split tests into sub suites. smth like the following:

module.exports = { 'module': { 'submodule': function(assert) {} } }

sdepold avatar Aug 24 '10 20:08 sdepold

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

tj avatar Aug 24 '10 20:08 tj

any progress on that?

sdepold avatar Sep 01 '10 08:09 sdepold

not yet sorry man

tj avatar Sep 02 '10 15:09 tj

aaaand now? :)

sdepold avatar Sep 21 '10 20:09 sdepold

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...

tj avatar Sep 21 '10 21:09 tj

if nested at all, not sure I even want that

tj avatar Sep 21 '10 21:09 tj

mhhh come on i want it :P unfolding sounds nice to me

sdepold avatar Sep 22 '10 06:09 sdepold

any progress on that?

sdepold avatar Mar 26 '11 16:03 sdepold