This seems to me like it should be simple, so please excuse me if the answer is staring me in the face (I did some searching in the docs and elsewhere and couldn't find anything satisfactory):
I'm wondering what the recommended way is to run Pyramid view code from a shell/cron. It seems like it'd be pretty simple to load the pyramid.testing module and use DummyRequest to do things like create POSTs to view methods, but since testing.* probably wasn't intended for such purposes I'm hesitant to make that leap. To be clear: I'm looking for a little more than a "from views import view_method; view_method()" approach. I'm hoping to be able to bootstrap the whole Pyramid app and actually simulate view *requests* (GET and POST) to these methods from a cron. Suggestions? Thanks, Seth -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.