testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00007
[Bug 611273] Re: Matchers should be new-style classes
** Changed in: testtools
Status: In Progress => Fix Committed
** Changed in: testtools
Importance: Undecided => Low
** Changed in: testtools
Milestone: None => 0.9.5
--
Matchers should be new-style classes
https://bugs.launchpad.net/bugs/611273
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
Status in Extensions to the Python unittest library: Fix Committed
Bug description:
Apparently there's no reason for the classes in testtools.matchers
to be old-style, so they should probably be converted to new-style
classes.