output the preprocessed files when doing assertDiff
Brought to you by:
ben-spiller,
moraygrieve
When you do assertDiff with replaces, ignores or sort, in the case of assertDiff failure is then difficult to figure out what is the failure point.
it would be handy to have in the output directory the two pre-processed files so it is easy to do a diff between them.
I guess it is matter of adding a couple of line at 143 of pysys\utils\filediff.py where you have already the preprocessed files (as list1, list2).
BTW it is me, Vito