[svn r37582] Updated mock-up function return value.

--HG--
branch : trunk
This commit is contained in:
guido 2007-01-30 11:45:46 +01:00
parent bef3ad84ce
commit c2e1510f86
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class TestLSession(object):
tmpdir = py.test.ensuretemp("lsession_runner_selection")
tmpdir.ensure("apigen.py").write(py.code.Source("""
def get_documentable_items(*args):
return {}
return 'foo', {}
"""))
opt_mapping = {
'': plain_runner,