summaryrefslogtreecommitdiff
path: root/silx/math/fft/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/fft/test/__init__.py')
-rw-r--r--silx/math/fft/test/__init__.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/silx/math/fft/test/__init__.py b/silx/math/fft/test/__init__.py
index 8019fba..83f8926 100644
--- a/silx/math/fft/test/__init__.py
+++ b/silx/math/fft/test/__init__.py
@@ -1,6 +1,6 @@
# coding: utf-8
# /*##########################################################################
-# Copyright (C) 2016-2018 European Synchrotron Radiation Facility
+# Copyright (C) 2016-2019 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,4 @@
#
# ############################################################################*/
-from .test_fft import test_all
-
-def suite():
- return test_all()
+from .test_fft import suite