Skip to content
Snippets Groups Projects
Commit 3fea1b48 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

[test][test_commands] legends option replaced by titles option for histograms

parent 28fdb0db
Branches
Tags
1 merge request!165Set names for different bio metrics
Pipeline #
...@@ -252,7 +252,7 @@ def test_hist(): ...@@ -252,7 +252,7 @@ def test_hist():
with runner.isolated_filesystem(): with runner.isolated_filesystem():
result = runner.invoke(commands.hist, ['--criterion', 'eer', '--output', result = runner.invoke(commands.hist, ['--criterion', 'eer', '--output',
'HISTO.pdf', '-b', '30', '-e', 'HISTO.pdf', '-b', '30', '-e',
'-lg', 'A,B', dev1, test1, dev2, '-ts', 'A,B', dev1, test1, dev2,
test2]) test2])
if result.output: if result.output:
click.echo(result.output) click.echo(result.output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment