I don't think there's anything unique about the un...
# advanced-need-help
d
I don't think there's anything unique about the unit tests for modular pipelines. Tests for
src/project/pipelines/mymodpipe/nodes.py
would go in
src/tests/pipelines/mymodpip/test_nodes.py
. Of course, if your structure is more nested (e.g. multiple modules under a
nodes
subpackage), just update the corresponding
tests
structure to mirror it.