Skip to content

Commit 72ebf11

Browse files
committed
Fix D100 error for undocumented public module
1 parent 3876612 commit 72ebf11

5 files changed

+9
-0
lines changed

tests/bdv/test_define_dataset_auto.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for the automatic dataset definition functionality in the BDV module."""
2+
13
import logging
24

35
from imcflibs import pathtools

tests/bdv/test_definitionoptions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for the imcflibs.imagej.bdv.DefinitionOptions class."""
2+
13
import pytest
24

35
from imcflibs.imagej.bdv import DefinitionOptions

tests/bdv/test_processingoptions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for the ProcessingOptions class from the imcflibs.imagej.bdv module."""
2+
13
from imcflibs.imagej.bdv import ProcessingOptions
24

35

tests/bdv/test_processingoptions_example3.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"""Tests for ProcessingOptions class with multiple reference channels configuration."""
12

23
from imcflibs.imagej.bdv import ProcessingOptions
34

tests/bdv/test_processingoptions_example4.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Tests for the ProcessingOptions class handling channel specific selection."""
2+
13
from imcflibs.imagej.bdv import ProcessingOptions
24

35

0 commit comments

Comments
 (0)