Files
@ d8f820acf417
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
d8f820acf417
1.4 KiB
text/x-sh
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.