Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scoping #30

Open
sdepold opened this issue Aug 24, 2010 · 8 comments
Open

scoping #30

sdepold opened this issue Aug 24, 2010 · 8 comments

Comments

@sdepold
Copy link

sdepold commented Aug 24, 2010

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

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

@tj
Copy link
Member

tj commented Aug 24, 2010

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

@sdepold
Copy link
Author

sdepold commented Sep 1, 2010

any progress on that?

@tj
Copy link
Member

tj commented Sep 2, 2010

not yet sorry man

@sdepold
Copy link
Author

sdepold commented Sep 21, 2010

aaaand now? :)

@tj
Copy link
Member

tj commented Sep 21, 2010

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
Copy link
Member

tj commented Sep 21, 2010

if nested at all, not sure I even want that

@sdepold
Copy link
Author

sdepold commented Sep 22, 2010

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

@sdepold
Copy link
Author

sdepold commented Mar 26, 2011

any progress on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants