This wiki was updated to MediaWiki 1.37. If you notice any issues, please report them to admin[at]opensuse.org
openSUSE:YaST: Building, Running, Testing
To run a module from the Git checkout of the source code, use the run
Rake task:
rake run
To run the test suite, use the test
Rake task:
rake test:unit
For a more comprehensive and up-to-date overview of the YaST development processes and tools, refer to the YaST development landing page.