Lukas Forer
Lukas Forer
- use correct prefix instead of creating out.ped - dereference `hevecs` array in order to join the PCs (now there is something like ARRAY(0x1234567) in out.ped)
This PR addresses #199. ### Optimizing Test Execution #### `--related-tests ` Finds and executes all related tests for the provided .nf or nf.test files. Multiple files can be provided space...
@lukfor, is there a way we can allow for deliberate snapshot matching? I've actually found it very useful to be able to have multiple tests refer to the same snapshot...
This PR addresses issue #181 and improve gzip file-check in md5 method. Todo: - [ ] Adapt error message/exception when gzip file is empty - [ ] Add more testcases
This PR uses JSONPath selectors to remove, replace or map elements in snapshots. Happy to hear your feedback! (especially @sateeshperi @nvnieuwk @maxulysse @adamrtalbot) Related issues: #211 and #116 ### Snapshot...