jenkinsci / file-operations-plugin

File Operations as Build Step in Jenkins
https://plugins.jenkins.io/file-operations
32 stars 29 forks source link

Add Tests for FolderRenameOperation #113

Closed ivamly closed 1 month ago

ivamly commented 1 month ago

Add Tests for FolderRenameOperation

Description

This pull request introduces a set of additional tests for the FolderRenameOperation class, significantly increasing test coverage and ensuring the reliability of the file joining functionality. Enhanced the coverage of the FolderRenameOperation class from 25% to 87%.

Related Issues

74

Submitter checklist

jonesbusy commented 1 month ago

Thanks a lot for those tests!

ivamly commented 1 month ago

@jonesbusy, thank you very much for your feedback! I’m glad you found the tests helpful. I plan to write additional tests to cover more of the classes that are currently under-tested. If you have any further advice or recommendations, I’d be happy to hear them and would appreciate any guidance you can provide.