We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caa79f commit dea08b4Copy full SHA for dea08b4
1 file changed
tests/test_misc.py
@@ -38,6 +38,8 @@ def getInputs(self):
38
return self.inputs
39
40
41
+# FIXME: probably better use monkeypatch instead of mocker for more flexibility
42
+# in modifying the return value depending on the ScriptModule contents
43
def test_save_script_parameters(tmpdir, mocker):
44
"""Tests for imcflibs.imagej.misc.save_script_parameters."""
45
base = tmpdir.mkdir("base")
0 commit comments