Project

General

Profile

action #76885

Updated by JERiveraMoya about 3 years ago

Add the following functions to the unit test for [OneClickInstallWorkerFunction.rb](https://github.com/yast/yast-metapackage-handler/blob/master/src/modules/OneClickInstallWorkerFunctions.rb) OneClickInstallWorkerFunction.rb 

 DeDupe 
 AddRepositories 
 RemoveAddedRepositories 

 https://github.com/yast/yast-metapackage-handler 

 Helpful links: 
 Builtins https://github.com/yast/yast-ruby-bindings/blob/master/src/ruby/yast/builtins.rb 
 Ops https://github.com/yast/yast-ruby-bindings/blob/master/src/ruby/yast/ops.rb 
 deep_copy https://github.com/yast/yast-ruby-bindings/blob/master/src/ruby/yast/yast.rb 
 PackageSlideShow https://github.com/yast/yast-packager/blob/master/src/modules/PackageSlideShow.rb 
 Progress https://github.com/yast/yast-yast2/blob/master/library/wizard/src/modules/Progress.rb 
 SlideShow https://github.com/yast/yast-yast2/blob/master/library/packages/src/modules/SlideShow.rb 

 See previous PRs for progress of unit testing coverage: https://github.com/yast/yast-metapackage-handler/pull/23

Back