From c8f88c0411203a0d1a09aadef920c563ef54c12a Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Thu, 3 Jul 2008 08:43:58 +0000 Subject: Clean up test output such that a completely-passing test suite has no extraneous output. --- numpy/doc/DISTUTILS.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'numpy/doc') diff --git a/numpy/doc/DISTUTILS.txt b/numpy/doc/DISTUTILS.txt index b1a50f376..b2027e619 100644 --- a/numpy/doc/DISTUTILS.txt +++ b/numpy/doc/DISTUTILS.txt @@ -477,15 +477,9 @@ a NumPy package module ``numpy.xxx.yyy`` containing a function import sys from numpy.testing import * - set_package_path() # import xxx symbols - from xxx.yyy import zzz - restore_path() + from numpy.xxx.yyy import zzz - #Optional: - set_local_path() - # import modules that are located in the same directory as this file. - restore_path() class test_zzz(TestCase): def test_simple(self, level=1): -- cgit v1.2.1