Re: [Tutor] How to test a class in python?

2015-03-01 Thread Danny Yoo
On Sun, Mar 1, 2015 at 11:41 AM, Alan Gauld wrote: > On 01/03/15 16:19, Fatimah Taghdi wrote: >> >> Hello I was wondering how to test a class in python is it the same way as >> testing a function ? Depending on the design of the class, there might be a little bit more set-up involved. But the i

Re: [Tutor] How to test a class in python?

2015-03-01 Thread Alan Gauld
On 01/03/15 16:19, Fatimah Taghdi wrote: Hello I was wondering how to test a class in python is it the same way as testing a function ? Possibly but it depends on how you test a function, there are many options. So if you tell us how you would test a function like def square(n): return n *

[Tutor] How to test a class in python?

2015-03-01 Thread Fatimah Taghdi
Hello I was wondering how to test a class in python is it the same way as testing a function ? -- *F.T.* ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor