[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 = py.test.ensuretemp("lsession_runner_selection")
tmpdir.ensure("apigen.py").write(py.code.Source(""" tmpdir.ensure("apigen.py").write(py.code.Source("""
def get_documentable_items(*args): def get_documentable_items(*args):
return {} return 'foo', {}
""")) """))
opt_mapping = { opt_mapping = {
'': plain_runner, '': plain_runner,