correctly check for fixturedef when merging
--HG-- branch : fix-fixturedef-merge
This commit is contained in:
		
							parent
							
								
									c3e844e561
								
							
						
					
					
						commit
						e2c4730e17
					
				|  | @ -1555,7 +1555,7 @@ class FixtureManager: | |||
|                     continue | ||||
|                 fixturedefs = self.getfixturedefs(argname, parentid) | ||||
|                 arg2fixturedefs[argname] = fixturedefs | ||||
|                 if fixturedefs is not None: | ||||
|                 if fixturedefs: | ||||
|                     merge(fixturedefs[-1].argnames) | ||||
|         return fixturenames_closure, arg2fixturedefs | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue