importify
importify copied to clipboard
[IMRF-75] Generate only specified tests with golden-generator
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:
- Generate all missing
.goldentests. - Teach
golden-generatorto accept some regexp to filter file paths.