Re: Testing an object

2016-08-01 Thread Neil Hunt
That was an silly basic python mistake. Doh! I just indented the method correctly and the test ran fine. Thanks a lot, ludovic :) On Monday, August 1, 2016 at 12:58:01 PM UTC+1, ludovic coues wrote: > > Look like you forget to indent the method inside your class. > > 2016-08-01 13:43 GMT+02:00 N

Re: Testing an object

2016-08-01 Thread ludovic coues
Look like you forget to indent the method inside your class. 2016-08-01 13:43 GMT+02:00 Neil Hunt : > I've read and reread the tutorial and I'm working on writing a very simple > banking app by copying and modifying what's in the tutorial. I've started a > new project and copied what was on the fi

Testing an object

2016-08-01 Thread Neil Hunt
I've read and reread the tutorial and I'm working on writing a very simple banking app by copying and modifying what's in the tutorial. I've started a new project and copied what was on the first two pages of the tutorial and I've written a new models file. Make migrations works okay with the ne