Skip to content

Commit 3792e13

Browse files
committed
rm unused fixture
1 parent e976af1 commit 3792e13

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

tests/sources/test_uta_database.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
from cool_seq_tool.schemas import Strand
99
from cool_seq_tool.sources.uta_database import (
10-
GenomicTxData,
1110
GenomicTxMetadata,
1211
NoMatchingAlignmentError,
1312
ParseResult,
@@ -44,21 +43,6 @@ def tx_exon_aln_data():
4443
)
4544

4645

47-
@pytest.fixture(scope="module")
48-
def data_from_result():
49-
"""Create test fixture for data from result"""
50-
params = {
51-
"gene": "BRAF",
52-
"strand": Strand.NEGATIVE,
53-
"tx_pos_range": (1802, 1921),
54-
"alt_pos_range": (140453074, 140453193),
55-
"alt_aln_method": "splign",
56-
"tx_exon_id": 780494,
57-
"alt_exon_id": 1927263,
58-
}
59-
return GenomicTxData(**params)
60-
61-
6246
@pytest.mark.asyncio
6347
async def test_get_cds_start_end(uta_repo: UtaRepository):
6448
"""Test that get_cds_start_end works correctly."""

0 commit comments

Comments
 (0)