On Wed, 4 Aug 2010 17:26:41 -0400, Darren Dale <[email protected]> wrote: > I just noticed a problem when running the dip test suite with > python-2.6 and unittest: > > File "/Users/darren/Projects/dip/test/tests/dip_ui/test_mapping.py", > line 26, in TestMapping > @unittest.expectedFailure > AttributeError: 'module' object has no attribute 'expectedFailure' > > If I install unittest2, I can run the test suite.
That's correct - I forgot to document the requirement for unittest2. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
