Support custom formatters (such as Fuubar)#51
Support custom formatters (such as Fuubar)#51inkstak wants to merge 4 commits intoserpapi:masterfrom
Conversation
|
I had issues when using JSON formatter for extracting the number of total examples as suggested in #23 (comment) For example:
Any ideas ? |
56d29b3 to
6bfb97b
Compare
|
PR updated :
Changes are splitted in two commits :
|
|
One more thing : to use Fuubar, you need to require it in the command : bundle exec turbo_tests -r fuubar -f Fuubar spec/whatever |
6bfb97b to
a5c8c77
Compare
|
The examples count code has been improved in main, such that I think this needs to be rebased and simplified. |
b61bc10 to
21cb9e6
Compare
|
PR rebased.
@pboling Did you mean reporter.rb#L77 from #48 ? Its seems that this methods returns the number of specs files while I keep calculating this number only when custom formatter are present because on large applications, it could take few seconds (See: #51 (comment)) |
|
Sorry, I no longer remember, and I'm not using this project currently. :( |
Fix #23 : Allow to use the Fuubar formatter.
This pull request depends on #41.