JamesMGreene / qunit-composite

A QUnit plugin for running multiple test files.
Other
34 stars 14 forks source link

Support `todo` tests #26

Open trentmwillis opened 7 years ago

trentmwillis commented 7 years ago

This will take a good bit of work since todo assertions are really only "failures" if all of the ones within a test pass. This plugin currently works based on individual assertions, so we will need to add logic for grouping assertions within a test.

I plan to do the work for this feature but wanted to open this issue to help track.