[PyQt] dip unit tests

Darren Dale dsdale24 at gmail.com
Wed Aug 4 22:26:41 BST 2010


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.

Regards,
Darren


More information about the PyQt mailing list