Re: [Tutor] nose error

2013-05-21 Thread eryksun
On Tue, May 21, 2013 at 8:09 PM, Jim Mooney wrote: > > "c:\Python27\Lib\site-packages\nose-1.3.0-py2.7.egg\nose\core.py", > line 200, in runTests > sys.exit(not self.success) > SystemExit: False > > As i said, nose works and says Okay on the asserts (or not if I give > things a bad value). I w

[Tutor] nose error

2013-05-21 Thread Jim Mooney
I'm trying a nose test on a simple prog. Once I got past the huge traceback in Wing that made me think nose didn't work I realized the prog tested okay. But I noticed at the end of the traceback nose says this: "c:\Python27\Lib\site-packages\nose-1.3.0-py2.7.egg\nose\core.py", line 200, in runTest