Ignore:
Timestamp:
Mar 10, 2010 7:28:40 PM (14 years ago)
Author:
mylan
Message:

Remove config module from tests, move all constants into testInstallation and testResponce modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/tests/base.py

    r1854 r1877  
    1414from Testing import ZopeTestCase as ztc 
    1515 
     16from Products.CMFCore.utils import getToolByName 
     17 
     18from Products.PloneTestCase.layer import onsetup 
    1619from Products.PloneTestCase import PloneTestCase as ptc 
    17 from Products.PloneTestCase.layer import onsetup 
     20from Products.PloneTestCase.PloneTestCase import portal_owner 
     21from Products.PloneTestCase.PloneTestCase import default_user 
     22from Products.PloneTestCase.PloneTestCase import default_password 
    1823 
    19 from Products.CMFCore.utils import getToolByName 
    20 from config import PROJECT_NAME 
     24from quintagroup.seoptimizer.config import * 
    2125 
    2226# When ZopeTestCase configures Zope, it will *not* auto-load products 
Note: See TracChangeset for help on using the changeset viewer.