summaryrefslogtreecommitdiff
path: root/source4/param/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/tests')
-rw-r--r--source4/param/tests/bindings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/param/tests/bindings.py b/source4/param/tests/bindings.py
index 1915e79223..1e393abbcd 100644
--- a/source4/param/tests/bindings.py
+++ b/source4/param/tests/bindings.py
@@ -18,9 +18,10 @@
#
from samba import param
-import unittest
+import samba.tests
+
+class LoadParmTestCase(samba.tests.TestCase):
-class LoadParmTestCase(unittest.TestCase):
def test_init(self):
file = param.LoadParm()
self.assertTrue(file is not None)