tests: fixed test suite for celery adoption
This commit is contained in:
parent
840634c16f
commit
1d5d2c0155
209 changed files with 5248 additions and 5275 deletions
|
|
@ -4,8 +4,10 @@ norecursedirs = rhodecode/public rhodecode/templates tests/scripts
|
|||
cache_dir = /tmp/.pytest_cache
|
||||
|
||||
pyramid_config = rhodecode/tests/rhodecode.ini
|
||||
vcsserver_protocol = http
|
||||
vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
|
||||
|
||||
vcsserver_config = rhodecode/tests/vcsserver_http.ini
|
||||
rhodecode_config = rhodecode/tests/rhodecode.ini
|
||||
celery_config = rhodecode/tests/rhodecode.ini
|
||||
|
||||
addopts =
|
||||
--pdbcls=IPython.terminal.debugger:TerminalPdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue