You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have multiple files which define the same suit with (describe "foo") I would like to see it only once in the report with the subsuites/assertions merged.
This is a massive bikeshed but it bothers me :D I've tried to do something here but I don't quite understand the code collecting the stuff and it's relation to the output.
Ideally someone else would implement this but helpful pointers welcome... if I ever get annoyed over the top and tip into trying to actually fixing this.
Well, in the first place, does this even make sense? I know jest is doing this which is based off of jasmine, so there is some precedence.
The text was updated successfully, but these errors were encountered:
You'd have to change buttercup-describe and buttercup-suite-add-child to not just append, but to use a hash or something. There's already code in buttercup-describe to handle duplications. Does this help?
If I have multiple files which define the same suit with
(describe "foo")
I would like to see it only once in the report with the subsuites/assertions merged.This is a massive bikeshed but it bothers me :D I've tried to do something here but I don't quite understand the code collecting the stuff and it's relation to the output.
Ideally someone else would implement this but helpful pointers welcome... if I ever get annoyed over the top and tip into trying to actually fixing this.
Well, in the first place, does this even make sense? I know jest is doing this which is based off of jasmine, so there is some precedence.
The text was updated successfully, but these errors were encountered: