save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Test utils for SAVE and SAVE plugins

Open petertrr opened this issue 4 years ago • 0 comments

  • [ ] Create directory structure from string (tree-like syntax)
      .
      |-- foo
      |-- bar
      |    |-- baz
      |    `-- qux
      `-- stuff
    
  • [x] ~For plugins: Should have option to provide some input, apply execCmd to it (simply mocking it's output like cat mockedOutput doesn't work, because e.g. warn-plugin will have important logic of copying input file with comments filtering)~ - MockPlugin is implemented

petertrr avatar May 25 '21 08:05 petertrr