From 0efb182a02c162ff91559fbc89199b8919c7c765 Mon Sep 17 00:00:00 2001 From: Hugo Gillet <hugo.gillet@stud.unibas.ch> Date: Tue, 13 Dec 2022 09:36:52 +0000 Subject: [PATCH] Update test_match.py --- test/Test_representative_and_match/test_match.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Test_representative_and_match/test_match.py b/test/Test_representative_and_match/test_match.py index 5df3be0..c8b156c 100644 --- a/test/Test_representative_and_match/test_match.py +++ b/test/Test_representative_and_match/test_match.py @@ -166,6 +166,10 @@ def test_output_tsv(): def test_match_reprTranscript_expressionLevel(): + """ + This function test that the right output is generated by the function + match_reprTranscript_expressionLevel() + """ input_path = tFun.find_path("test_gene_exprL") intermediate_path = tFun.find_path_intermediateFile() dict_repr_test = {'ENSMUSG00000079415': 'ENSMUST00000112933', -- GitLab