Re: [Tutor] Testing a method in a class with nosetests (Alex Baker)

2013-04-21 Thread Alex Baker
a method in a class with nosetests (Alex Baker) -- Message: 1 Date: Sun, 21 Apr 2013 09:24:06 -0700 From: Jim Mooney To: tutor@python.org Subject: [Tutor] Py 3 package maturity - good links Message-ID:     Content-Type: tex

[Tutor] Testing a method in a class with nosetests

2013-04-21 Thread Alex Baker
Hello, I've been lurking tutor for the last couple months and have quite enjoyed it! I'm having a problem testing a method using nosetests. The assignment (Learn Python the Hard Way) asks that I write tests for a package using assert_equal and assert_raises. I've conquered the assert_equals but