# HG changeset patch # User Thomas De Schampheleire # Date 2018-03-16 22:07:14 # Node ID c0ff58abe049d6c89b542d8db1896793d3b8be23 # Parent 8a1caf0f259240833b5733763414baf681449911 tests: vcs: remove/update old documentation These are no longer accurate. diff --git a/kallithea/tests/vcs/base.py b/kallithea/tests/vcs/base.py --- a/kallithea/tests/vcs/base.py +++ b/kallithea/tests/vcs/base.py @@ -1,6 +1,5 @@ """ -Module providing backend independent mixin class. It requires that -InMemoryChangeset class is working properly at backend class. +Module providing backend independent mixin class. """ import os import time @@ -15,8 +14,7 @@ from kallithea.tests.vcs.conf import get class _BackendTestMixin(object): """ - This is a backend independent test case class which should be created - with ``type`` method. + This is a backend independent test case class It is possible to set following attributes at subclass: