This module allows running 3D Slicer module's unit tests directly from 3D Slicer's UI. It uses PyTest and PyTest JSON Report to discover the unit tests in a given directory or file and runs the tests ...
I am developing an extension for Slicer that offers a GUI for runnning 3D surface segmentation. The GUI and the segmentation algorithm both work fine separately, but I need to call my own python ...