some pep8 fixes

This commit is contained in:
holger krekel 2010-11-13 23:33:50 +01:00
parent 0323c5247f
commit a298cf753d
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import py import pytest, py
mydir = py.path.local(__file__).dirpath() mydir = py.path.local(__file__).dirpath()
def pytest_runtest_setup(item): def pytest_runtest_setup(item):

View File

@ -57,6 +57,6 @@ commands=
[pytest] [pytest]
minversion=2.0 minversion=2.0
plugins=pytester plugins=pytester
addopts=-rfx --pyargs #addopts= -rxf --pyargs
rsyncdirs=tox.ini pytest.py _pytest testing rsyncdirs=tox.ini pytest.py _pytest testing