summaryrefslogtreecommitdiff
path: root/scipy/test/testing.py
diff options
context:
space:
mode:
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 []