Commit e4cd4ab5 authored by Dmitry Blinov's avatar Dmitry Blinov Committed by Esteban Blanc

work around setUpModule vs setUpClass timing issues

parent 2a1b08c5
......@@ -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