Add nosetest configuration to setup.cfg
* Set defaults for python setup.py nosetests runs (fixes #23) * add .coverage and *.sqlite to svn:ignore git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@261 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
030a733fbd
commit
4ee62d5b2e
1 changed files with 7 additions and 0 deletions
|
@ -6,3 +6,10 @@ tag_svn_revision = 1
|
|||
[aliases]
|
||||
release = egg_info -RDb ''
|
||||
|
||||
[nosetests]
|
||||
detailed-errors=1
|
||||
with-coverage=1
|
||||
cover-package=gnuviechadmin
|
||||
pdb=1
|
||||
pdb-failures=1
|
||||
verbosity=3
|
||||
|
|
Loading…
Reference in a new issue