ENH: Add chelsea to dataset.

This commit is contained in:
Stefan van der Walt
2013-04-22 15:19:48 +02:00
parent 7d3594310d
commit 83f51efbc8
3 changed files with 20 additions and 1 deletions
+6 -1
View File
@@ -34,11 +34,16 @@ def test_page():
data.page()
def test_page():
def test_clock():
""" Test that "clock" image can be loaded. """
data.clock()
def test_chelsea():
""" Test that "chelsea" image can be loaded. """
data.chelsea()
if __name__ == "__main__":
from numpy.testing import run_module_suite
run_module_suite()