On Fri, Oct 9, 2009 at 10:25 PM, Matt Feifarek <[email protected]> wrote: > I've been working on getting Pylons running on GAE and documenting my > discoveries. > (see thread here: > http://groups.google.com/group/pylons-discuss/browse_thread/thread/fa7d8defef1babfa/a16416074cca2660?lnk=raot#) > > I seem to have stumped myself as far as running tests with WebTest et al. > > Since test.ini is gone, and since the app is no longer run via paste (but by > the GAE SDK) is it reasonable to run nosetests on controllers?
I don't know. It would probably require another kind of test scaffold. You can also step away from nose and use something like twill, which works with any HTTP server. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
