comparison setup.cfg @ 473:6b934c9607e7 celery

Improved testing scenarios. Made test env creator Fixed hg_model error message some other tweeks and fixes Models fixe for uniq email, and removed some extra not needed imports from model main module
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 13 Sep 2010 01:23:58 +0200
parents 7c978511c951
children 1e757ac98988
comparison
equal deleted inserted replaced
472:91292686c1ed 473:6b934c9607e7
6 find_links = http://www.pylonshq.com/download/ 6 find_links = http://www.pylonshq.com/download/
7 7
8 [nosetests] 8 [nosetests]
9 verbose=True 9 verbose=True
10 verbosity=2 10 verbosity=2
11 with-pylons=tests.ini 11 with-pylons=test.ini
12 detailed-errors=1 12 detailed-errors=1
13 13
14 # Babel configuration 14 # Babel configuration
15 [compile_catalog] 15 [compile_catalog]
16 domain = pylons_app 16 domain = pylons_app