Skip to content

Commit

Permalink
Don't call explicitly func to create temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusban committed Oct 6, 2013
1 parent fb9aaf7 commit a5afadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def fixture_cleanup_db(web2py):


@pytest.fixture(scope='module')
def client(baseurl, fixture_create_testfile_to_application):
def client(baseurl):
'''Create a new WebClient instance once per module.
'''

Expand All @@ -102,7 +102,7 @@ def client(baseurl, fixture_create_testfile_to_application):


@pytest.fixture()
def web2py(appname, fixture_create_testfile_to_application):
def web2py(appname):
'''Create a Web2py environment similar to that achieved by
Web2py shell.
Expand Down

0 comments on commit a5afadf

Please sign in to comment.