On Tue, Jul 8, 2008 at 10:53 AM, Russell Keith-Magee <[EMAIL PROTECTED]>
wrote:

> To the best of my knowledge, there shouldn't be anything else required
> to run the tests, other than python in your system path.
>
> One possible cause is the __init__.py files; there are 3 required in
> total - admin_scripts, admin_scripts/management, and
> admin_scripts/management/commands. The patch contains entries for
> those files, but they're empty, so there are no patch instructions.
>

That was it.  Missing the first one generated an error that screamed
"missing __init__.py file" but the others not so much.  So I only added the
first one, not noticing the others were needed as well.  With all of them
all 77 tests pass on Ubuntu (both new and old patch).


> > Simon's  idea of eliminating the bash scripts entirely sounds good to me,
> > assuming it can be done.
>
> Can be, and has. Updated patch available on #6107. I believe this
> means that the new scripts should run under Windows; If you could take
> this version for a spin under Windows too, I'd be much obliged.
>

Yes, the tests run on Windows now as well.  Only problem is two tests with
file paths in their output, the forward slashes are backslashes on Windows
so the output doesn't match what the tests are looking for:

http://dpaste.com/61364/

Not sure if/how you ordinarily get around that in testing?

Cheers,
Karen

--~--~---------~--~----~------------~-------~--~----~
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