On Thu, 8 Feb 2007 at 12:14, Mikkel H?gh wrote: > It seems that the tests are trying to do something odd... What does > your test.cfg look like?
Well, I figured out part of it. It wasn't identity tests, it was the tests that came with registration. I'd forgotten that I'd installed that package into my "clean" quickstart :( But it wasn't those tests that were causing the problem. Once I commented out all the code in test_controllers.py, the tests in test_registration.py mostly passed. (There's one that doesn't, but I'm not worried about that for now). I noticed that only one of the two tests that check a rendered page in test_controllers would pass, that being whichever one ran first. In subsequent tests cherrypy would return an error page. That's what clued me in to try commenting out that whole file. I just really did do a fresh quickstart, and that behavior shows up in the clean quickstart (with identity). --David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

