On Mon, Jul 7, 2008 at 10:08 PM, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote:
>
> One thing to watch for: I'm nearly 100% sure this won't work under the
> buildbot -- it looks like since the settings file is written in the
> same directory as the code you'll get conflicts between simultaneously
> running tests. I think you'll need to use a temp dir.

Hrm. If this is the case, it would be a right pain. Can anyone with
more buildbot experience confirm this?

> One thing this brings up: we really need a way to skip certain tests
> under certain setups:

We already do this in a few places; for example, the fixture modeltest
disables some tests if you are using MySQL. This uses
settings.DATABASE_ENGINE, but it's not big drama to use os.name
instead.

Russ %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to