[yt-svn] commit/yt: MatthewTurk: Adding nose.cfg and adding necessary info to setup.py to run "python setup.py

Bitbucket commits-noreply at bitbucket.org
Fri Oct 12 16:15:02 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/c0f0e8295c66/
changeset:   c0f0e8295c66
branch:      yt
user:        MatthewTurk
date:        2012-10-13 01:09:09
summary:     Adding nose.cfg and adding necessary info to setup.py to run "python setup.py
nosetests"
affected #:  2 files

diff -r 2d91e2e7f12a3f3e57caec1571b9c46f084f18a7 -r c0f0e8295c662d6ac021e501171a8c4b4992b97e nose.cfg
--- /dev/null
+++ b/nose.cfg
@@ -0,0 +1,4 @@
+[nosetests]
+detailed-errors=1
+where=yt
+exclude=answer_testing


diff -r 2d91e2e7f12a3f3e57caec1571b9c46f084f18a7 -r c0f0e8295c662d6ac021e501171a8c4b4992b97e setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,8 @@
 [egg_info]
 #tag_build = .dev
 #tag_svn_revision = 1
+
+[nosetests]
+detailed-errors=1
+where=yt
+exclude=answer_testing

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list