##// END OF EJS Templates
tests: re-use config_stub for svn tests
marcink -
r2312:ff33d555 default
parent child Browse files
Show More
@@ -23,19 +23,14 b' import os'
23 import mock
23 import mock
24 import pytest
24 import pytest
25
25
26 from pyramid import testing
27
28 from rhodecode.apps.svn_support import utils
26 from rhodecode.apps.svn_support import utils
29
27
30
28
29 @pytest.mark.usefixtures('config_stub')
31 class TestModDavSvnConfig(object):
30 class TestModDavSvnConfig(object):
32
31
33 @classmethod
32 @classmethod
34 def setup_class(cls):
33 def setup_class(cls):
35 # Make mako renderer available in tests.
36 config = testing.setUp()
37 config.include('pyramid_mako')
38
39 cls.location_root = u'/location/root/çµäö'
34 cls.location_root = u'/location/root/çµäö'
40 cls.parent_path_root = u'/parent/path/çµäö'
35 cls.parent_path_root = u'/parent/path/çµäö'
41 cls.realm = u'Dummy Realm (äöüçµ)'
36 cls.realm = u'Dummy Realm (äöüçµ)'
General Comments 0
You need to be logged in to leave comments. Login now