##// END OF EJS Templates
tests: use custom cache dir for pytest caches
marcink -
r2775:4a4ea797 default
parent child Browse files
Show More
@@ -1,6 +1,7 b''
1 1 [pytest]
2 2 testpaths = rhodecode
3 3 norecursedirs = rhodecode/public rhodecode/templates tests/scripts
4 cache_dir = /tmp/.pytest_cache
4 5
5 6 pyramid_config = rhodecode/tests/rhodecode.ini
6 7 vcsserver_protocol = http
General Comments 0
You need to be logged in to leave comments. Login now