Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/p/r/Products.AutoUserMakerPASPlugin-1.0/Products/AutoUserMakerPASPlugin/tests/test_plugin.py Products.AutoUserMakerPASPlugin(Download)
def test_authentication_session(self): """ Test that authenticating will create a session, if configured.""" if 'session' in self.portal.acl_users: self.plugin.authenticateCredentials({'user_id': 'foobar'}) self.assertTrue('__ac' in self.plugin.REQUEST.RESPONSE.cookies)