move2kube icon indicating copy to clipboard operation
move2kube copied to clipboard

test: added test for Processor.go functions

Open satyazzz123 opened this issue 1 year ago • 12 comments

test for filesystem processor.go functions

i) this test case covers a scenario where it checks if newProcessor function creates a processor instance with the given options. ii) test for the scenario where the processFile function is able to succesfully process the file. iii)test for scenario when processDirectory successfully processes an existing source and existing destination directory. iv) test for sceanrio when process function succesfully processes an existing source and existing destination directory.

partly fixes #881

satyazzz123 avatar Dec 15 '23 17:12 satyazzz123