Skip to content

Commit

Permalink
Add test for scripts/galaxy-main
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Sep 6, 2018
1 parent 923ed2e commit e14b871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ def test_database_scripts(self):
# TODO: test creating a smaller database - e.g. tool install database based on fresh
# config file.

def test_galaxy_main(self):
self._scripts_check_argparse_help("galaxy-main")

def test_runtime_stats(self):
self._skip_if_not_postgres()
self._scripts_check_argparse_help("runtime_stats.py")
Expand Down

0 comments on commit e14b871

Please sign in to comment.