This commit is contained in:
Patrick Harmon
2019-10-31 22:28:25 -05:00
parent cefe6bfec3
commit abc890079f
13 changed files with 20 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ class TestMetafunc:
def Metafunc(self, func, config=None):
# the unit tests of this class check if things work correctly
# on the funcarg level, so we don't need a full blown
# initiliazation
# initialization
class FixtureInfo:
name2fixturedefs = None