ENH: Add motion blurred clock image.

This commit is contained in:
Stefan van der Walt
2012-10-24 14:21:47 -07:00
parent c135920ee3
commit 6c5b40302d
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -34,6 +34,11 @@ def test_page():
data.page()
def test_page():
""" Test that "clock" image can be loaded. """
data.clock()
if __name__ == "__main__":
from numpy.testing import run_module_suite
run_module_suite()