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 d040e81 commit b19d44aCopy full SHA for b19d44a
tests/test_tools.py
@@ -421,7 +421,6 @@ def test_set_wavelength(inputs, expected):
421
def test_set_wavelength_bad(inputs, expected_error_msg):
422
cli_inputs = ["data.xy", "--mud", "2.5"] + inputs
423
actual_args = get_args(cli_inputs)
424
- print(actual_args.wavelength)
425
with pytest.raises(ValueError, match=re.escape(expected_error_msg)):
426
actual_args = set_wavelength(actual_args)
427
0 commit comments