Commit 4ef12832 authored by Dmitry Blinov's avatar Dmitry Blinov

work around setUpModule vs setUpClass timing issues

parent 5a784db3
......@@ -39,6 +39,9 @@ setUpModule, SlapOSInstanceTestCase = makeModuleSetUpAndTestCaseClass(
os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', 'software.cfg')))
bases = SlapOSInstanceTestCase.__bases__
bases[0]._instance_parameter_dict = {}
class TestProviewR(SlapOSInstanceTestCase):
def setUp(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment