Changeset - 55ff0b9ef89e
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-10 20:39:22
marcin@python-works.com
revert pdb trace on error tests
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.cfg
Show inline comments
 
@@ -8,14 +8,14 @@ find_links = http://www.pylonshq.com/dow
 
[nosetests]
 
verbose=True
 
verbosity=2
 
with-pylons=test.ini
 
detailed-errors=1
 
nologcapture=1
 
pdb=1
 
pdb-failures=1
 
#pdb=1
 
#pdb-failures=1
 

	
 
# Babel configuration
 
[compile_catalog]
 
domain = rhodecode
 
directory = rhodecode/i18n
 
statistics = true
0 comments (0 inline, 0 general)