add coffee picture from flickr

This commit is contained in:
François Boulogne
2013-07-07 00:38:06 +02:00
parent e5e0c73755
commit 4f0c4f0306
3 changed files with 20 additions and 0 deletions
+5
View File
@@ -44,6 +44,11 @@ def test_chelsea():
data.chelsea()
def test_coffee():
""" Test that "coffee" image can be loaded. """
data.coffee()
if __name__ == "__main__":
from numpy.testing import run_module_suite
run_module_suite()