renatoathaydes / spock-reports

This project creates a global extension to Spock to create test reports.
Apache License 2.0
273 stars 68 forks source link

Fix #237, where code blocks are missing their source code #238

Closed Gleethos closed 1 year ago

Gleethos commented 1 year ago

Skipping the where blocks altogether in the existing generators as you suggested did not fix the test regressions because they were still used to build the data tables, instead I only had to ignore the code statements from being iterated over. But I believe these changes are as minimal and clean as possible.

renatoathaydes commented 1 year ago

Excellent @Gleethos .

Can your rebase this on the dev branch? If that's too much, that's fine, I can backport it.