sbrandwoo / grunt-qunit-junit

JUnit compatible XML reporter for QUnit and grunt 0.4
MIT License
17 stars 5 forks source link

Extracted file-naming and class-naming into their own methods #16

Closed jonnyreeves closed 9 years ago

jonnyreeves commented 9 years ago

Hey @sbrandwoo; this is something I knocked together to satisfy #14; let me know if this works for you :)

sbrandwoo commented 9 years ago

Looks good to me :thumbsup:

jonnyreeves commented 9 years ago

Cheers! I should add some test-coverage for the classNamer before we merge this.

jonnyreeves commented 9 years ago

OK, now we have the ability to specify a testNamer as well :) I've modified the unit tests to provide decent coverage of these options and created a 'customer_namer' suite which replicates the current / original behaviour.

Please let me know if you're happy with this and I can get it merged, bump the version and update the history in the README :cake:

sbrandwoo commented 9 years ago

I am happy :smiley_cat: