run_module_suite

This commit is contained in:
Matt Terry
2013-07-25 15:28:29 -07:00
parent 42a2671a02
commit c36d1cf248
+5
View File
@@ -136,3 +136,8 @@ def test_cmc():
])
assert_allclose(dE2, oracle, rtol=1.e-8)
if __name__ == "__main__":
from numpy.testing import run_module_suite
run_module_suite()