projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0617fc
)
add nosetests settings to the cfg file
author
Salim Fadhley
<sal@stodge.org>
Sun, 16 Jun 2013 21:21:02 +0000
(22:21 +0100)
committer
Salim Fadhley
<sal@stodge.org>
Sun, 16 Jun 2013 21:21:02 +0000
(22:21 +0100)
setup.cfg
patch
|
blob
|
history
diff --git
a/setup.cfg
b/setup.cfg
index
a0438ef
..
9e96090
100644
(file)
--- 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