Another thing which I'd very much like to get figured out before this weekend is why installing Pylons breaks nosetests for TurboGears 1.
It seems that there is some kind of wierd interaction problem between the PylonsPlugin and nose's custom importer, but so far I have not been able to track it down. One little trick so far. If you are debuggin inside nose, you need to use the -s option to nosetests so that it doesn't capture standard out. And if you use pdb inside of nose, it will work mostly. But it will trigger a test exit event, so you can only have one set_trace per run. On Tue, Jun 24, 2008 at 11:09 AM, Mark Ramm <[EMAIL PROTECTED]> wrote: > We're very very close to a TG2 alpha release, but I don't want to do a > release at the end of the week, and there are a couple of small but > significant things we can do to make our release that much better. > I'll be hosting a TG2 sprint at my house this weekend, and as always, > it will also be a globally distributed effort. > > The core items for this weekend's sprint: > > 1) Verify Genshi and SA 0.5 compatibility everywhere > 2) Make sure the new config system is well documented. > 3) Finalize the look and feel of the Quckstart template page. > 4) Finalize the reimplementation of the SecureController > 5) Improve the TG2 docs on validation and SQLAlchemy integration > > We also need to do some basic tasks like making sure that we have a > good set of eggs on the TG site for all of our dependencies compiled > for all of our target platforms. > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog: www.compoundthinking.com/blog > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
