From e14b871eb9ce577a8ee107728e4acb41028ddaa1 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Thu, 6 Sep 2018 11:00:08 +0100 Subject: [PATCH] Add test for scripts/galaxy-main --- test/integration/test_scripts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/integration/test_scripts.py b/test/integration/test_scripts.py index d96f24a0cef..9eaa1e742eb 100644 --- a/test/integration/test_scripts.py +++ b/test/integration/test_scripts.py @@ -160,6 +160,9 @@ class ScriptsIntegrationTestCase(integration_util.IntegrationTestCase): # 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")