importify icon indicating copy to clipboard operation
importify copied to clipboard

[IMRF-75] Generate only specified tests with golden-generator

Open chshersh opened this issue 8 years ago • 0 comments

Currently when you run stack exec golden-generator it generates golden tests for every test case which takes some time... It would be really good to generate .golden tests only for chosen files. So its functionality should be extended in the next way:

  1. Generate all missing .golden tests.
  2. Teach golden-generator to accept some regexp to filter file paths.

chshersh avatar Nov 03 '17 11:11 chshersh