Skip to content

Commit 373a05c

Browse files
committed
Add test for the rolling_ball_options function
1 parent edaa79e commit 373a05c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_processing.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Tests for the imcflibs.imagej.processing module."""
2+
3+
from imcflibs.imagej.processing import rolling_ball_options
4+
5+
6+
def test_rolling_ball_options():
7+
"""Test the rolling_ball_options function."""
8+
options = rolling_ball_options(42.23)
9+
assert options == "rolling=42.23"

0 commit comments

Comments
 (0)