Files
@ 12ae08b2fe3f
Branch filter:
Location: kallithea/kallithea/tests/api/test_api_hg.py
12ae08b2fe3f
832 B
text/x-python
tests: avoid executing tests in base classes
Fixes lots of failures with pytest by making sure base test classes don't
inherit from unittest.TestCase or by prefacing name with an underscore so tests
don't get executed by pytest.
Fixes lots of failures with pytest by making sure base test classes don't
inherit from unittest.TestCase or by prefacing name with an underscore so tests
don't get executed by pytest.