summaryrefslogtreecommitdiff
path: root/source4/auth/tests/bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/tests/bindings.py')
-rw-r--r--source4/auth/tests/bindings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/auth/tests/bindings.py b/source4/auth/tests/bindings.py
index 15368a4bf7..58b66d3c98 100644
--- a/source4/auth/tests/bindings.py
+++ b/source4/auth/tests/bindings.py
@@ -23,10 +23,11 @@ Note that this just tests the bindings work. It does not intend to test
the functionality, that's already done in other tests.
"""
-import unittest
from samba import auth
+import samba.tests
+
+class AuthTests(samba.tests.TestCase):
-class AuthTests(unittest.TestCase):
def test_system_session(self):
auth.system_session()