My setup is very similar to yours, I think it works well. If you want to 
share code between the suites, have your tests inherit from superclasses 
which contain the necesarry setups. I.e

MyApp.myapp. ControllerTestcase import ControllerTestcase

UserControllerTestcase(ControllerTestcase)
....

ControllerTestcase(unittest.TestCase):

    def setUp(self):
        #perform general setup for all controller tests here



On Thursday, January 24, 2013 1:52:39 AM UTC+1, Jonathan Vanasco wrote:
>
> does anyone have a suggestion on how to (re)structure my tests 
> packages/modules so i can use the --test-suite=NAME argument to 
> setup.py ? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to