Skip to content

Commit

Permalink
test -h
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Ramu authored and gatoravi committed Apr 22, 2016
1 parent f7cd63b commit 4f0e589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration-test/test_variants_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
import unittest

class TestAnnotate(IntegrationTest, unittest.TestCase):
def test_variants_annotate_help(self):
params = ["variants", "annotate",
"-h"]
rv, err = self.execute(params)
self.assertEqual(rv, 0, err)
def test_variants_annotate_default(self):
variants = self.inputFiles("vcf/test1.vcf")[0]
gtf = self.inputFiles("gtf/test_ensemble_chr22.2.gtf")[0]
Expand Down

0 comments on commit 4f0e589

Please sign in to comment.