On Mon, Jun 23, 2008 at 2:55 PM, Alex <[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I'd like learn some basic unit testing with python.
> I red some articles about different testing framework like unittest or
> nose, but I'm a bit confused: what is the best choice? I'm not a
> professional developer (I'
On 23 Giu, 21:26, "Josip" <[EMAIL PROTECTED]> wrote:
> > Hi all.
>
> > I'd like learn some basic unit testing with python.
> > I red some articles about different testing framework like unittest or
> > nose, but I'm a bit confused: what is the best choice? I'm not a
> > professional developer (I'm
> Hi all.
>
> I'd like learn some basic unit testing with python.
> I red some articles about different testing framework like unittest or
> nose, but I'm a bit confused: what is the best choice? I'm not a
> professional developer (I'm a SEO) but I belive that unit testing is a
> good and pragmatic
A good starting point is Mark Pilgrim's Dive Into Python.
http://www.diveintopython.org/unit_testing/index.html
Josh
On Jun 23, 7:55 am, Alex <[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I'd like learn some basic unit testing with python.
> I red some articles about different testing framework like u