On 29 October 2001, Quinn Dunkan said:
> Oh yes, and while I'm asking questions, is there a way to debug quixote apps?
> I'm getting really weird behaviour over the web that I can't reproduce at the
> python REPL.
Have you tried setting DEBUG_LOG and sprinkling print statements into
your app? It's crude and primitive, but it works.
> Being able to fake up a web
> request would also make high level unit testing possible.
Definitely! Neil cooked up something like that many moons ago, but it
never really went beyond prototype. I also don't think it's that useful
for "what happens if I make this particular request?" -- it's more
designed for automated regression-testing of a web site.
Greg