From: Diane Trout Date: Thu, 30 Oct 2008 21:59:56 +0000 (+0000) Subject: Add "_slow" to the end of the queuecommand test functions X-Git-Tag: stanford.caltech-merged-database-2009-jan-15~27 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=bc59c61f4545957f3be200bf1ec7c869f4741cbf Add "_slow" to the end of the queuecommand test functions this allows "nosetests --exclude=slow" to skip them. --- 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 """