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

Skip to content

Commit a12643c

Browse files
committed
add test_image to default suite
svn path=/trunk/matplotlib/; revision=7713
1 parent 77a00a7 commit a12643c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/devel/release_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Uploading
122122
sftp> put matplotlib-0.98.2.tar.gz
123123
Uploading matplotlib-0.98.2.tar.gz to /incoming/j/jd/jdh2358/uploads/matplotlib-0.98.2.tar.gz
124124

125-
* go https://sourceforge.net/project/admin/editpackages.php?group_id=80706 and do a
125+
* go https://sourceforge.net/project/admin/explorer.php?group_id=80706 and do a
126126
file release. Click on the "Admin" tab to log in as an admin, and
127127
then the "File Releases" tab. Go to the bottom and click "add
128128
release" and enter the package name but not the version number in

lib/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ def tk_window_focus():
884884
'matplotlib.tests.test_axes',
885885
'matplotlib.tests.test_dates',
886886
'matplotlib.tests.test_spines',
887+
'matplotlib.tests.test_image',
887888
]
888889

889890
def test(verbosity=0):

0 commit comments

Comments
 (0)