Files
@ 1173317b4f1a
Branch filter:
Location: kallithea/docs/index.rst
1173317b4f1a
1.2 KiB
text/prs.fallenstein.rst
pytest migration: simplify hg+git test class hierarchies
No need to use multiple inheritance when single inheritance can do it just
as well. Let the git/hg test cases just derive from _BaseTestCase which in
turn derives from TestControllerPytest.
Also remove empty setup_class/teardown_class methods.
No need to use multiple inheritance when single inheritance can do it just
as well. Let the git/hg test cases just derive from _BaseTestCase which in
turn derives from TestControllerPytest.
Also remove empty setup_class/teardown_class methods.