Skip to content
Snippets Groups Projects
Commit ed631363 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix tests per changes in bob.measure

parent 93c8f5e7
No related branches found
No related tags found
1 merge request!163Reduce repition between commands
Pipeline #
...@@ -244,7 +244,7 @@ def test_hist(): ...@@ -244,7 +244,7 @@ def test_hist():
with runner.isolated_filesystem(): with runner.isolated_filesystem():
result = runner.invoke(commands.hist, ['--criterion', 'min-hter', '--output', result = runner.invoke(commands.hist, ['--criterion', 'min-hter', '--output',
'HISTO.pdf', '-b', 'HISTO.pdf', '-b',
'30,auto', dev1, dev2]) 'doane', dev1, dev2])
if result.output: if result.output:
click.echo(result.output) click.echo(result.output)
assert result.exit_code == 0, (result.exit_code, result.output) assert result.exit_code == 0, (result.exit_code, result.output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment