From bc59c61f4545957f3be200bf1ec7c869f4741cbf Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 30 Oct 2008 21:59:56 +0000 Subject: [PATCH] Add "_slow" to the end of the queuecommand test functions this allows "nosetests --exclude=slow" to skip them. --- htsworkflow/util/test/test_queuecommands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htsworkflow/util/test/test_queuecommands.py b/htsworkflow/util/test/test_queuecommands.py index 424da88..f4807d7 100644 --- a/htsworkflow/util/test/test_queuecommands.py +++ b/htsworkflow/util/test/test_queuecommands.py @@ -13,7 +13,7 @@ class testQueueCommands(unittest.TestCase): - def test_unlimited_run(self): + def test_unlimited_run_slow(self): """ Run everything at once """ @@ -30,7 +30,7 @@ class testQueueCommands(unittest.TestCase): self.failUnless( end > 2.9 and end < 3.1, "took %s seconds, exected ~3" % (end,)) - def test_limited_run(self): + def test_limited_run_slow(self): """ Run a limited number of jobs """ -- 2.30.2