R. David Murray added the comment: I leave it to Michael to decide if your suggestion is a good addition :)
I personally don't see anything wrong with fake_abc.py...the stdlib test suite uses that idom extensively. Other developers insist it should be called a "mixin" instead of a base class, but I don't see the point of the distinction myself. If you want an ABC so that certain required methods are supplied by the actual TestCases, you could omit TestCase in the ABC and only supply it in the actual TestCase. I'm guessing you will find that ugly too :) ---------- nosy: +michael.foord, r.david.murray _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17519> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com