##// END OF EJS Templates
pytest: use ipdb as default --pdb handler
marcink -
r2102:c3c71778 default
parent child Browse files
Show More
@@ -4,7 +4,11 b' pylons_config = rhodecode/tests/rhodecod'
4 4 vcsserver_protocol = http
5 5 vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
6 6 norecursedirs = tests/scripts
7 addopts = -k "not _BaseTest"
7
8 addopts =
9 -k "not _BaseTest"
10 --pdbcls=IPython.terminal.debugger:TerminalPdb
11
8 12 markers =
9 13 vcs_operations: Mark tests depending on a running RhodeCode instance.
10 14 xfail_backends: Mark tests as xfail for given backends.
General Comments 0
You need to be logged in to leave comments. Login now