Kevin Dangoor wrote:
On 1/13/06, Ian Bicking <[EMAIL PROTECTED]> wrote:

In order to test CherryPaste in a realistic situation, I'd like to test
it against a real application.  Is there an application someone could
recommend that has a good set of tests?  HTTP-based tests are best, but
CherryPy tests are okay too (I'd have to rewrite the CherryPy tests, but
that's still easier than writing my own tests).  Something written
against the TG trunk would also be best.


I tend to write my tests using turbogears.testutil.create_request or
call, neither of which is HTTP. Those probably wouldn't be what you're
looking for. (You can look in turbogears.tests.test_controllers to see
what those look like...)

It wouldn't be ideal, but it also (probably) wouldn't be that hard to convert those to Paste tests (which I'd obviously have to do to test integration with Paste).


--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org

Reply via email to