From ad0798f9e7fe105fa1314daf0213d8d3d50bd2e1 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 16 Aug 2012 09:35:31 -0400 Subject: use common test libs for POSIX tests --- testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py') diff --git a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py index 952bb02dd..e55ab4410 100644 --- a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py +++ b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py @@ -4,12 +4,7 @@ import lxml.etree from mock import Mock, MagicMock, patch import Bcfg2.Client.Tools import Bcfg2.Client.Tools.POSIX - -def call(*args, **kwargs): - """ the Mock call object is a fairly recent addition, but it's - very very useful, so we create our own function to create Mock - calls """ - return (args, kwargs) +from .....common import * def get_config(entries): config = lxml.etree.Element("Configuration") @@ -33,7 +28,7 @@ def get_posix_object(logger=None, setup=None, config=None): return Bcfg2.Client.Tools.POSIX.POSIX(logger, setup, config) -class TestPOSIX(unittest.TestCase): +class TestPOSIX(Bcfg2TestCase): def test__init(self): entries = [lxml.etree.Element("Path", name="test", type="file")] p = get_posix_object(config=get_config(entries)) -- cgit v1.2.3-1-g7c22