changeset 7216:c0ff58abe049

tests: vcs: remove/update old documentation These are no longer accurate.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 16 Mar 2018 22:07:14 +0100
parents 8a1caf0f2592
children 919cebd1073c
files kallithea/tests/vcs/base.py
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/vcs/base.py	Fri Mar 16 22:08:46 2018 +0100
+++ b/kallithea/tests/vcs/base.py	Fri Mar 16 22:07:14 2018 +0100
@@ -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 @@
 
 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: