[svn r37582] Updated mock-up function return value.
--HG-- branch : trunk
This commit is contained in:
		
							parent
							
								
									bef3ad84ce
								
							
						
					
					
						commit
						c2e1510f86
					
				|  | @ -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, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue