Skip to content

Commit

Permalink
Better doc for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatBarba committed Feb 29, 2024
1 parent 8ae14a1 commit 02dc416
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/python/tests/gff3/test_extract_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,14 @@ def test_transfer_descriptions(
],
)
def test_store_gene(cds_parts: int, num_genes: int, num_tr: int, num_cds: int) -> None:
"""Test store_gene given a gene Feature with transcripts and optional translations.
."""
"""Test store_gene given a gene Feature with a transcript and optional translation.
Args:
cds_parts: Number of parts of the one CDS (0 means no CDS)
num_genes: Number of genes stored as expected
num_tr: Number of transcripts stored as expected
num_cds: Number of CDSs stored as expected
"""
annot = FunctionalAnnotations()
gene_name = "gene_A"
transcript_name = "tran_A"
Expand Down

0 comments on commit 02dc416

Please sign in to comment.