but the problem is BaseClass.setUp() itself is not...
# general
b
but the problem is BaseClass.setUp() itself is not executed. Or call it somewhere else? I tried to add setUp() in DerivedClass and call super(DerivedClass, self).setUp() in that but it didn’t help