We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dac94 commit 457b523Copy full SHA for 457b523
1 file changed
tests/test_executable.py
@@ -24,7 +24,7 @@
24
)
25
26
all_tools_version = pytest.mark.parametrize(
27
- "tool,expected_version",
+ ("tool,"expected_version"),
28
[
29
("itkimage2segimage", "1.0"),
30
("segimage2itkimage", "1.0"),
0 commit comments