Files
@ d8f820acf417
Branch filter:
Location: kallithea/docs/dev/translation.rst
d8f820acf417
61 B
text/prs.fallenstein.rst
tests: vcs: remove duplicated base class in test_inmemchangesets
test_inmemchangesets.py hosts a second base class BackendBaseTestCase in
addition to _BackendTestMixin, which is basically a duplication.
All other test files in tests/vcs are now using _BackendTestMixin, so change
the last remaining user and then remove the duplication.
test_inmemchangesets.py hosts a second base class BackendBaseTestCase in
addition to _BackendTestMixin, which is basically a duplication.
All other test files in tests/vcs are now using _BackendTestMixin, so change
the last remaining user and then remove the duplication.