Monday, July 26, 2010

Re: Working with URL Fields in django test.

On 2/9/2009 5:14 AM, Vitaly Babiy wrote:
> Hello,
>
> If I am using a URLField in form and it set to verify the URL, if I
> write tests for the code and in the post I push a url like
> /http:google.com <http://google.com> /it will fail if the computer is
> off-line. Is there a good fix for this?
>
Start a local server and access that?

regards
Steve

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

No comments:

Post a Comment