Hello List,

Found a little funny on the latest IPY.

    import unittest

    class ATest(unittest.TestCase):
        def setUp(self):
            self.pop = ""
        def test_blog(self):
            print "test"

    if __name__ == '__main__':
        unittest.main()

Runs fine but under IPY there's a extra line with 'False' output:

test
.
--------------------------------------------------------------
Ran one test in 0.096s

OK
False

Anyone had more experience with this module?

Davy

-- 
Davy Mitchell
Blog - http://www.latedecember.co.uk/sites/personal/davy/
Twitter - http://twitter.com/daftspaniel
Skype - daftspaniel http://needgod.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to