Skip to content

Commit f215ea5

Browse files
committed
Attempt to get coverage for the imports
1 parent 032f9ab commit f215ea5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/test_objects3d.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""Tests for the imcflibs.imagej.objects3d module."""
2+
3+
from imcflibs.imagej.objects3d import imgplus_to_population3d
4+
from imcflibs.imagej.objects3d import maxima_finder_3d
5+
from imcflibs.imagej.objects3d import population3d_to_imgplus
6+
from imcflibs.imagej.objects3d import seeded_watershed
7+
from imcflibs.imagej.objects3d import segment_3d_image
8+
9+
10+
def test_mock_imports():
11+
"""Test if the mock imports work fine."""
12+
assert True

0 commit comments

Comments
 (0)