Skip to content

Commit dea08b4

Browse files
committed
Add FIXME
1 parent 2caa79f commit dea08b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_misc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def getInputs(self):
3838
return self.inputs
3939

4040

41+
# FIXME: probably better use monkeypatch instead of mocker for more flexibility
42+
# in modifying the return value depending on the ScriptModule contents
4143
def test_save_script_parameters(tmpdir, mocker):
4244
"""Tests for imcflibs.imagej.misc.save_script_parameters."""
4345
base = tmpdir.mkdir("base")

0 commit comments

Comments
 (0)