Skip to content

Commit

Permalink
Add test case for cli script version string
Browse files Browse the repository at this point in the history
Related to mdshw5#206
  • Loading branch information
mdshw5 authored Feb 16, 2023
1 parent 4de0b61 commit 5b137fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_faidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ def test_not_regexp(remove_index):

def test_not_regexp_multi(remove_index):
main(['data/genes.fasta', '-g', 'XR', '-g', 'XM', '-v'])

def test_cli_version_issue_206(remove_index):
main(['data/genes.fasta', '--version'])

0 comments on commit 5b137fb

Please sign in to comment.