Changeset - c0ff58abe049
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 8 years ago 2018-03-16 22:07:14
thomas.de_schampheleire@nokia.com
Grafted from: 75693135039a
tests: vcs: remove/update old documentation

These are no longer accurate.
1 file changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/vcs/base.py
Show inline comments
 
"""
 
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:
 

	
0 comments (0 inline, 0 general)