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
 
import datetime
 
import pytest
 

	
 
@@ -12,14 +11,13 @@ from kallithea.lib.vcs.nodes import File
 

	
 
from kallithea.tests.vcs.conf import get_new_dir
 

	
 

	
 
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:
 

	
 
    - ``backend_alias``: alias of used backend (see ``vcs.BACKENDS``)
 
    - ``recreate_repo_per_test``: If set to ``False``, repo would NOT be created
 
      before every single test. Defaults to ``True``.
0 comments (0 inline, 0 general)