[issue5723] Incomplete json tests

Antoine Pitrou report at bugs.python.org
Thu May 12 23:56:27 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

>   class TestSomething(TestCase):
>       def test_something(self): ...
>   class TestPySomething(TestSomething, PyTest): pass
>   class TestCSomething(TestSomething, CTest): pass

I was thinking about that. That looks clean and explicit to me.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5723>
_______________________________________


More information about the Python-bugs-list mailing list