fix tests and change nosetests flags so asserts show what comparisons failed

This commit is contained in:
Michael DeHaan
2012-09-27 22:12:15 -04:00
parent 618a519ee3
commit 06cfc52afd
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
all: clean python
tests:
PYTHONPATH=./lib nosetests -v
PYTHONPATH=./lib nosetests -d -v
# To force a rebuild of the docs run 'touch VERSION && make docs'
docs: $(MANPAGES)