test_visualization_widget
Functions
|
|
|
Test that checking the radio buttons changes the display mode |
Check that the radio button states are updated when the tracks_viewer updates its |
|
|
Test that changing the opacity in the widget updates the highlighted/foreground/ |
|
Test that contour (fill) checkboxes are hidden, unless in contour mode, and that |
Test the actual values on the label colormap |
Module Contents
- test_visualization_widget.visualization_widget(make_napari_viewer, graph_3d, segmentation_3d, qtbot)
- test_visualization_widget.test_switch_display_modes(visualization_widget, mode)
Test that checking the radio buttons changes the display mode
- test_visualization_widget.test_mode_update_syncs_radio_buttons(visualization_widget, mode)
Check that the radio button states are updated when the tracks_viewer updates its display mode.
- test_visualization_widget.test_opacity_updates_seg_layer(visualization_widget)
Test that changing the opacity in the widget updates the highlighted/foreground/ background opacity of the labels.
- test_visualization_widget.test_contour_checkbox_updates_layer(visualization_widget)
Test that contour (fill) checkboxes are hidden, unless in contour mode, and that toggling them changes the contour state on the seg_layer.
- test_visualization_widget.test_update_label_colormap_when_selecting(make_napari_viewer, graph_3d, segmentation_3d, mode)
Test the actual values on the label colormap