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

Fix tests after some options have been removed

parent fa4728b5
No related branches found
No related tags found
2 merge requests!146Add 4-5-col files related functionalities and add click commands,!143Set of click commands for bio base
Pipeline #
......@@ -198,7 +198,7 @@ def test_hist():
with runner.isolated_filesystem():
result = runner.invoke(commands.hist, ['--criter', 'eer', '--output',
'HISTO.pdf', '-b', 30, '-F', 3,
'HISTO.pdf', '-b', 30,
'-ts', 'A,B', dev1, test1, dev2,
test2])
if result.output:
......@@ -218,7 +218,7 @@ def test_cmc():
'data/scores-cmc-4col.txt')
with runner.isolated_filesystem():
result = runner.invoke(commands.cmc, ['--output', 'test.pdf',
'--titles', 'A,B', '-F', 3,
'--titles', 'A,B',
dev1, test1, dev1, test1])
if result.output:
click.echo(result.output)
......@@ -237,7 +237,7 @@ def test_dic():
'data/scores-nonorm-openset-dev')
with runner.isolated_filesystem():
result = runner.invoke(commands.dic, ['--output', 'test.pdf',
'--titles', 'A,B', '-F', 3,
'--titles', 'A,B',
dev1, test1, dev1, test1])
if 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