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

2015-03-03 Thread Marcos Almeida Azevedo
On Mon, Mar 2, 2015 at 12:41 PM, Danny Yoo wrote: > 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 t

Re: [Tutor] BinaryTrees

2015-03-02 Thread Marcos Almeida Azevedo
On Sun, Mar 1, 2015 at 4:20 AM, Fatimah Taghdi wrote: > So i am doing this assignment and we have make a function that changes a > binary tree represenation list of lists to nodes and I was wondering if > Maybe share the starting code given to you? Or code you already have? > somone can help