On Fri, Sep 17, 2010 at 10:58:19AM +0530, girish shabadimath wrote:
> hi Paul,
>
> thanks for d reply,,,but im new to python n django,,,dint do ne python unit
> testing before,,can u plz give me some links or hints to start with...
http://docs.djangoproject.com/en/1.2/topics/testing/
has plenty
On Fri, Sep 17, 2010 at 10:58:19AM +0530, girish shabadimath wrote:
> hi Paul,
>
> thanks for d reply,,,but im new to python n django,,,dint do ne python unit
> testing before,,can u plz give me some links or hints to start with...
http://docs.djangoproject.com/en/1.2/topics/testing/
has plenty
Hi Girish,
On 17 Sep 2010, at 06:28, girish shabadimath wrote:
> thanks for d reply,,,but im new to python n django,,,dint do ne python unit
> testing before,,can u plz give me some links or hints to start with...
IN that case I'd recommend this book:
http://www.amazon.com/Django-Testing-Deb
hi Paul,
thanks for d reply,,,but im new to python n django,,,dint do ne python unit
testing before,,can u plz give me some links or hints to start with...
On Thu, Sep 16, 2010 at 8:09 PM, Paul Winkler wrote:
> On Sep 16, 10:11 am, girish shabadimath
> wrote:
> > thanks for reply,
> > actually
On Sep 16, 10:11 am, girish shabadimath
wrote:
> thanks for reply,
> actually i used unit test to test urls and other view functions,,,there is a
> module called Client() in django which acts as a browser to test urls,,,
>
> my problem is ,i want to test other methods in my project,,, how to do
>
thanks for reply,
actually i used unit test to test urls and other view functions,,,there is a
module called Client() in django which acts as a browser to test urls,,,
my problem is ,i want to test other methods in my project,,, how to do
so, without making use of django's test client..?..
O
You can use Python's unittest module to test any Python code (including Django
code).
What is it about Django's test client or TestCase class that is a problem for
you?
Shawn
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gr
hi,,,
i need to do unit testing in one of d django project, is there any other way
to test functions ( or methods ) without using test client..?
--
Girish M S
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email t
8 matches
Mail list logo