##// 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 23 import mock
24 24 import pytest
25 25
26 from pyramid import testing
27
28 26 from rhodecode.apps.svn_support import utils
29 27
30 28
29 @pytest.mark.usefixtures('config_stub')
31 30 class TestModDavSvnConfig(object):
32 31
33 32 @classmethod
34 33 def setup_class(cls):
35 # Make mako renderer available in tests.
36 config = testing.setUp()
37 config.include('pyramid_mako')
38
39 34 cls.location_root = u'/location/root/çµäö'
40 35 cls.parent_path_root = u'/parent/path/çµäö'
41 36 cls.realm = u'Dummy Realm (äöüçµ)'
General Comments 0
You need to be logged in to leave comments. Login now