summaryrefslogtreecommitdiff
path: root/scipy/test/testing.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-10-12 08:43:36 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-10-12 08:43:36 +0000
commit594ec3777ef54b23c89cc0b3d9c7563fbf88be62 (patch)
tree14549e7345d31eda1c9ff772f77be8ab9f22551b /scipy/test/testing.py
parent82fb451cf43785e6b7313a140e2cc3997eeb5ff2 (diff)
downloadnumpy-594ec3777ef54b23c89cc0b3d9c7563fbf88be62.tar.gz
Added tuple argument support to add_data_dir.
Diffstat (limited to 'scipy/test/testing.py')
-rw-r--r--scipy/test/testing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/test/testing.py b/scipy/test/testing.py
index 693743bf6..476312095 100644
--- a/scipy/test/testing.py
+++ b/scipy/test/testing.py
@@ -292,6 +292,7 @@ class ScipyTest:
if short_module_name[-8:]=='_version' \
and short_module_name[:-8]==module.__name__.split('.')[-2]:
return []
+ print test_file
print ' !! No test file %r found for %s' \
% (os.path.basename(test_file), mstr(module))
return []