fix output of --fixtures for @pytest.fixture defined functions.

This commit is contained in:
holger krekel
2012-10-09 16:49:04 +02:00
parent fb3af07ef4
commit 0594265adc
5 changed files with 83 additions and 38 deletions

View File

@@ -43,7 +43,7 @@ install: html
rsync -avz _build/html/ pytest.org:/www/pytest.org/dev
installpdf: latexpdf
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/dev
installall: clean install installpdf
@echo "done"