From 076c9da01b655e3525e6f3f6757ad204ba82833c Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Mon, 26 Dec 2005 08:00:53 +0000 Subject: Fixing svn commit testing issues --- scipy/testing/info.py | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 scipy/testing/info.py (limited to 'scipy/testing/info.py') diff --git a/scipy/testing/info.py b/scipy/testing/info.py deleted file mode 100644 index 9b5caa074..000000000 --- a/scipy/testing/info.py +++ /dev/null @@ -1,30 +0,0 @@ -""" -Scipy testing tools -=================== - -Scipy-style unit-testing ------------------------- - - ScipyTest -- Scipy tests site manager - ScipyTestCase -- unittest.TestCase with measure method - IgnoreException -- raise when checking disabled feature, it'll be ignored - set_package_path -- prepend package build directory to path - set_local_path -- prepend local directory (to tests files) to path - restore_path -- restore path after set_package_path - -Utility functions ------------------ - - jiffies -- return 1/100ths of a second that the current process has used - memusage -- virtual memory size in bytes of the running python [linux] - rand -- array of random numbers from given shape - assert_equal -- assert equality - assert_almost_equal -- assert equality with decimal tolerance - assert_approx_equal -- assert equality with significant digits tolerance - assert_array_equal -- assert arrays equality - assert_array_almost_equal -- assert arrays equality with decimal tolerance - assert_array_less -- assert arrays less-ordering - -""" - -global_symbols = ['ScipyTest'] -- cgit v1.2.1