summaryrefslogtreecommitdiff
path: root/silx/gui/plot3d/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot3d/test/__init__.py')
-rw-r--r--silx/gui/plot3d/test/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/silx/gui/plot3d/test/__init__.py b/silx/gui/plot3d/test/__init__.py
index c58f307..8825cf4 100644
--- a/silx/gui/plot3d/test/__init__.py
+++ b/silx/gui/plot3d/test/__init__.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2015-2018 European Synchrotron Radiation Facility
+# Copyright (c) 2015-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
@@ -59,6 +59,7 @@ def suite():
from .testGL import suite as testGLSuite
from .testScalarFieldView import suite as testScalarFieldViewSuite
from .testSceneWidgetPicking import suite as testSceneWidgetPickingSuite
+ from .testStatsWidget import suite as testStatsWidgetSuite
testsuite = unittest.TestSuite()
testsuite.addTest(testGLSuite())
@@ -66,4 +67,5 @@ def suite():
testsuite.addTest(testScalarFieldViewSuite())
testsuite.addTest(testSceneWidgetPickingSuite())
testsuite.addTest(toolsTestSuite())
+ testsuite.addTest(testStatsWidgetSuite())
return testsuite