Changes by Aaron Altman :
--
title: Call to another class's constructor in unittest.TestCase.setUp returns
the same instance -> Call to another class's constructor in
unittest.TestCase.setUp returns the same instance multiple times
_
New submission from Aaron Altman :
Not sure if this is intended behavior. I have a baseClass I'm writing
tests for. My test architecture has an instance of this baseClass
assigned as a member of TestBaseClass(unittest.TestCase) in
TestBaseClass.setUp.
The problem occurs when tes