diff options
Diffstat (limited to 'scipy/test/info_scipy_test.py')
-rw-r--r-- | scipy/test/info_scipy_test.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scipy/test/info_scipy_test.py b/scipy/test/info_scipy_test.py new file mode 100644 index 000000000..3290ef3a1 --- /dev/null +++ b/scipy/test/info_scipy_test.py @@ -0,0 +1,11 @@ +""" +Scipy testing tools +=================== + +Modules +------- + + testing -- useful tools for scipy-style testing sites. + +""" +standalone = 1 |