diff --git a/tests/test_transcript_structure.py b/tests/test_transcript_structure.py index 523db757f4036fd86766e203f88175f195f53e47..877112cd23e3f31a91f6559467309debf56d8117 100644 --- a/tests/test_transcript_structure.py +++ b/tests/test_transcript_structure.py @@ -1,10 +1,12 @@ +"""Tests the transcript structure generator module.""" + import pytest from transcript_structure import Generate_transcript_structure as Gts TEST_CSV_TITLE = './tests/resources/test_transcript_structure/Rik_5_Rp1_5_title.csv' TEST_CSV_NO_TITLE = './tests/resources/test_transcript_structure/Rik_5_Rp1_5_no_title.csv' -GENE_COORDS = './tests/resources/RP1_RIK.gtf' +GENE_COORDS = './tests/resources/test_transcript_structure/RP1_RIK.gtf' GENE_KEYS = ['Rp1', '1700034P13Rik'] P_INTRON_0: float = 0