galaxy-dist commit bb93b5da724b: Added a simple plugin for Nose that shows a diff-style output of failed tests,
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User Nate Coraor <nate@bx.psu.edu> # Date 1287806338 14400 # Node ID bb93b5da724b8f0420ed5cb2371075b08947d0db # Parent 6ce4e430b6a0d69e6397ca96a01350401ae05d20 Added a simple plugin for Nose that shows a diff-style output of failed tests, and added an error-only file to the Nose HTML plugin. This should make buildbot more useful. --- a/eggs.ini +++ b/eggs.ini @@ -38,7 +38,8 @@ GeneTrack = 2.0.0_beta_1 lrucache = 0.2 Mako = 0.2.5 nose = 0.11.1 -NoseHTML = 0.3.1 +NoseHTML = 0.4 +NoseTestDiff = 0.1 Paste = 1.6 PasteDeploy = 1.3.3 PasteScript = 1.7.3 --- a/scripts/functional_tests.py +++ b/scripts/functional_tests.py @@ -12,6 +12,7 @@ from galaxy import eggs eggs.require( "nose" ) eggs.require( "NoseHTML" ) +eggs.require( "NoseTestDiff" ) eggs.require( "twill==0.9" ) eggs.require( "Paste" ) eggs.require( "PasteDeploy" )
participants (1)
-
commits-noreply@bitbucket.org