Perhaps you could use nose Attrib plugin? https://nose.readthedocs.org/en/latest/plugins/attrib.html (I haven't got down to it yet, but I want to use it for a similar purpose). -- Petr
On Thu, Jan 24, 2013 at 2:00 AM, Jonathan Vanasco <[email protected]>wrote: > i should add... > > originally my structure was: > > MyApp/myapp/tests > > now i have: > > MyApp/myapp/tests > MyApp/myapp/tests_a > MyApp/myapp/tests_b > > and i run like > > python setup.py test --test-suite=myapp.tests_a > > the problem is that i feel like i'm duplicating a lot of the setup > across these multiple directories , and splitting my tests into > something harder to maintain than i'd prefer > > -- > 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. > > > -- _________________________________ http://sites.google.com/site/petrsstuff/ -- 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.
