Skip to content
Snippets Groups Projects
Commit 797e9d13 authored by Charlotte Mauvezin's avatar Charlotte Mauvezin
Browse files

Adapting tests

parent 244ec626
No related branches found
No related tags found
1 merge request!11Adding verbose option lunched by adding -v
Pipeline #103819 passed
......@@ -64,8 +64,8 @@ expected_scores = {
@pytest.mark.parametrize(
"test_input, expected",
[
((FAKE_ANNOT_BIO, FAKE_PREDICT_BIO, THRESHOLD), expected_scores),
((FAKE_BIO_NESTED, FAKE_BIO_NESTED, THRESHOLD), expected_scores_nested),
((FAKE_ANNOT_BIO, FAKE_PREDICT_BIO, THRESHOLD, True), expected_scores),
((FAKE_BIO_NESTED, FAKE_BIO_NESTED, THRESHOLD, True), expected_scores_nested),
],
)
def test_run(test_input, expected):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment