Documentation/Nightly/Developers/Tutorials/SelfTestModule
From Slicer Wiki
Home < Documentation < Nightly < Developers < Tutorials < SelfTestModule
Contents
Goal
After review and work by the slicer community, a framework is in place that supports Built In Self Tests for slicer.
Important features include:
- Tests are available as part of the binary distributions of slicer, so users can confirm correct behavior on their systems
- The same tests are run as part of the nightly test process and submitted to the slicer dashboard.
- Developers can efficiently develop the tests by reloading python scripts without needing to exit slicer.
This page provides an overview of the implementation and use of these scripts.
Caveats
This project is actively evolving and is being worked on