From f3aaf65f1c4bbee31dae9431423ab88a15eba990 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 24 Sep 2008 00:44:41 +0000 Subject: 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plugins without proxy to unit tests for API --- ipalib/tests/test_backend.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/tests/test_backend.py') diff --git a/ipalib/tests/test_backend.py b/ipalib/tests/test_backend.py index 2183ed0a..967e9fdf 100644 --- a/ipalib/tests/test_backend.py +++ b/ipalib/tests/test_backend.py @@ -34,3 +34,4 @@ class test_Backend(ClassChecker): def test_class(self): assert self.cls.__bases__ == (plugable.Plugin,) + assert self.cls.__proxy__ is False -- cgit