PAS plugin for GoogleApps domains.
Project description
.. contents::
.. Note!
-----
Update the following URLs to point to your:
- code repository
- bug tracker
- questions/comments feedback mail
(do not set a real mail, to avoid spams)
Or remove it if not used.
- Code repository: http://svn.somewhere.com/...
- Questions and comments to somemailing_list
- Report bugs at http://bug.somewhere.com/..
Change history
**************
1.0 (xxxx-xx-xx)
==================
- Created recipe with ZopeSkel [Rcom].
Detailed Documentation
**********************
Tests for rcom.pas.gapps
test setup
----------
>>> from Testing.ZopeTestCase import user_password
>>> from Products.Five.testbrowser import Browser
>>> browser = Browser()
Plugin setup
------------
>>> acl_users_url = "%s/acl_users" % self.portal.absolute_url()
>>> browser.addHeader('Authorization', 'Basic %s:%s' % ('portal_owner', user_password))
>>> browser.open("%s/manage_main" % acl_users_url)
>>> browser.url
'http://nohost/plone/acl_users/manage_main'
>>> form = browser.getForm(index=0)
>>> select = form.getControl(name=':action')
rcom.pas.gapps should be in the list of installable plugins:
>>> 'GApps Authentication Helper' in select.displayOptions
True
and we can select it:
>>> select.getControl('GApps Authentication Helper').click()
>>> select.displayValue
['GApps Authentication Helper']
>>> select.value
['manage_addProduct/rcom.pas.gapps/manage_add_gapps_form']
we add 'Gapps Helper' to acl_users:
>>> from rcom.pas.gapps.plugin import GappsHelper
>>> myhelper = GappsHelper('myplugin', 'Gapps Helper')
>>> self.portal.acl_users['myplugin'] = myhelper
and so on. Continue your tests here
>>> 'ALL OK'
'ALL OK'
Contributors
************
Rcom, Author
Download
********
.. Note!
-----
Update the following URLs to point to your:
- code repository
- bug tracker
- questions/comments feedback mail
(do not set a real mail, to avoid spams)
Or remove it if not used.
- Code repository: http://svn.somewhere.com/...
- Questions and comments to somemailing_list
- Report bugs at http://bug.somewhere.com/..
Change history
**************
1.0 (xxxx-xx-xx)
==================
- Created recipe with ZopeSkel [Rcom].
Detailed Documentation
**********************
Tests for rcom.pas.gapps
test setup
----------
>>> from Testing.ZopeTestCase import user_password
>>> from Products.Five.testbrowser import Browser
>>> browser = Browser()
Plugin setup
------------
>>> acl_users_url = "%s/acl_users" % self.portal.absolute_url()
>>> browser.addHeader('Authorization', 'Basic %s:%s' % ('portal_owner', user_password))
>>> browser.open("%s/manage_main" % acl_users_url)
>>> browser.url
'http://nohost/plone/acl_users/manage_main'
>>> form = browser.getForm(index=0)
>>> select = form.getControl(name=':action')
rcom.pas.gapps should be in the list of installable plugins:
>>> 'GApps Authentication Helper' in select.displayOptions
True
and we can select it:
>>> select.getControl('GApps Authentication Helper').click()
>>> select.displayValue
['GApps Authentication Helper']
>>> select.value
['manage_addProduct/rcom.pas.gapps/manage_add_gapps_form']
we add 'Gapps Helper' to acl_users:
>>> from rcom.pas.gapps.plugin import GappsHelper
>>> myhelper = GappsHelper('myplugin', 'Gapps Helper')
>>> self.portal.acl_users['myplugin'] = myhelper
and so on. Continue your tests here
>>> 'ALL OK'
'ALL OK'
Contributors
************
Rcom, Author
Download
********
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rcom.pas.gapps-1.0dev.tar.gz
(5.5 kB
view hashes)
Built Distribution
rcom.pas.gapps-1.0dev-py2.4.egg
(15.0 kB
view hashes)