Project

General

Profile

action #76879

Updated by riafarov over 3 years ago

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

 GetRequiredRepositories 
 GetNonRequiredRepositories 
 SetNonRequiredRepository 
 SetRequiredRepositories 
 GetRequiredSoftware 
 GetRequiredPackages 
 GetRequiredPatterns 
 GetRequiredRemoveSoftware 
 HaveAnyRecommended 

 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 

Back