Changeset 6578 for TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/saml/__init__.py
- Timestamp:
- 16/02/10 16:11:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/saml/__init__.py
r6575 r6578 15 15 from ndg.security.test.unit import BaseTestCase 16 16 17 17 18 class TestApp(object): 19 """Dummy application to terminate middleware stack containing SAML service 20 """ 18 21 def __init__(self, global_conf, **app_conf): 19 22 pass … … 38 41 self.app = paste.fixture.TestApp(wsgiapp) 39 42 40 unittest.TestCase.__init__(self, *args, **kwargs)43 BaseTestCase.__init__(self, *args, **kwargs)
Note: See TracChangeset
for help on using the changeset viewer.