Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c49d23f

Browse files
committed
testing: use standard nose mechanism for printing test name
svn path=/trunk/matplotlib/; revision=7592
1 parent 2584587 commit c49d23f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

test/_buildbot_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
TARGET_py = os.path.join(TARGET,'bin','python')
1414
check_call('%s -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"'%TARGET_py)
1515

16-
check_call('%s run-mpl-test.py --all --keep-failed'%TARGET_py,
16+
check_call('%s run-mpl-test.py --verbose --all --keep-failed'%TARGET_py,
1717
cwd='test')

test/mplTest/MplNosePlugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,6 @@ def startTest( self, test ):
702702
rmdir( self.outputDir )
703703
mkdir( self.outputDir, recursive = True )
704704

705-
# sys.stdout.write( "%s\n %s \n" % (test.id(), test.shortDescription()) )
706-
print "%s" % (test.id())
707-
print " %s" % (test.shortDescription())
708-
709705
#--------------------------------------------------------------------
710706
def stopContext( self, context ):
711707
"""Called after the tests in a context have run and the context has been

0 commit comments

Comments
 (0)