From: Salim Fadhley Date: Sun, 16 Jun 2013 21:21:02 +0000 (+0100) Subject: add nosetests settings to the cfg file X-Git-Tag: v0.2.23~126^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d89a83fe6f284c88acecb8dc4ab571550fef8470;p=tools%2Fpython-jenkinsapi.git add nosetests settings to the cfg file --- diff --git a/setup.cfg b/setup.cfg index a0438ef..9e96090 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,12 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html + +[nosetests] +verbosity=1 +detailed-errors=1 +with-coverage=1 +cover-package=jenkinsapi +debug=nose.loader +pdb=1 +pdb-failures=1 \ No newline at end of file